ClipboardCopyCommand クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As Worksheet, _
ByVal As System.Integer, _
ByVal column As System.Integer, _
ByVal As System.Integer, _
ByVal column2 As System.Integer, _
ByVal As ManipulationOptions, _
ByVal As System.Boolean _
)
public ClipboardCopyCommand(
Worksheet ,
System.int ,
System.int column,
System.int ,
System.int column2,
ManipulationOptions ,
System.bool
)
パラメータ
- worksheet
- ワークシートを表す GrapeCity.Spreadsheet.Worksheet オブジェクト。
- row
- 選択した範囲の開始位置の行インデックス。
- column
- 選択した範囲の開始位置の列インデックス。
- row2
- 選択した範囲の終了位置の行インデックス。
- column2
- 選択した範囲の終了位置の列インデックス。
- manipulationOptions
- 処理するデータのタイプを示します。
- cutting
参照