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

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

パラメータ

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

IRange インタフェース
IRange メンバ

 

 


© MESCIUS inc. All rights reserved.