シンタックス
'宣言
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 _
)
public LegacyClipboardCutCommand(
Worksheet ,
System.int ,
System.int column,
System.int ,
System.int column2,
ManipulationOptions
)
パラメータ
- worksheet
- ワークシートを表す GrapeCity.Spreadsheet.Worksheet オブジェクト。
- row
- 選択した範囲の開始位置の行インデックス。
- column
- 選択した範囲の開始位置の列インデックス。
- row2
- 選択した範囲の終了位置の行インデックス。
- column2
- 選択した範囲の終了位置の列インデックス。
- manipulationOptions
- 処理するデータのタイプを示します。
参照