TableActionsCommand クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As Table, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Boolean, _
ByVal As ManipulationOptions, _
ByVal As RangeActionsCommand.Actions _
)
public TableActionsCommand(
Table ,
System.int ,
System.int ,
System.int ,
System.bool ,
ManipulationOptions ,
RangeActionsCommand.Actions
)
パラメータ
- table
- ソーステーブル。
- fromIndex
- ソーステーブル範囲の開始インデックスを示す整数値。
- toIndex
- ソーステーブル範囲の終了インデックスを示す整数値。
- count
- ソーステーブル範囲の数を示す整数値。
- isRow
- 行または列テーブルの範囲アクションを示すブール値。
- manipulationOptions
- 処理するデータポイントを示すGrapeCity.Spreadsheet.ManipulationOptions値。
- action
- 指定したセル範囲に対するアクションを示すGrapeCity.Spreadsheet.Actions値。
参照