MESCIUS SPREAD for Windows Forms 17.0J
PasteSpecial メソッド (ClipboardPasteCommand)

貼り付けるワークシート。
貼り付ける範囲の一部。
貼り付け操作。
クリップボード上の範囲内の空白セルを宛先範囲に貼り付けない場合は true
範囲を貼り付けるときに行と列を入れ替える場合は true
コピー範囲を、指定されたワークシートの現在の選択範囲に貼り付けるコマンドを作成します。
構文
'Declaration
 
Public Shared Function PasteSpecial( _
   ByVal target As IWorksheet, _
   ByVal paste As PasteType, _
   ByVal operation As PasteSpecialOperation, _
   Optional ByVal skipBlanks As Boolean, _
   Optional ByVal transpose As Boolean _
) As ClipboardPasteCommand

パラメータ

target
貼り付けるワークシート。
paste
貼り付ける範囲の一部。
operation
貼り付け操作。
skipBlanks
クリップボード上の範囲内の空白セルを宛先範囲に貼り付けない場合は true
transpose
範囲を貼り付けるときに行と列を入れ替える場合は true
参照

ClipboardPasteCommand クラス
ClipboardPasteCommand メンバ

 

 


© MESCIUS inc. All rights reserved.