SPREAD for WPF 3.0J - GcSpreadSheet
TableActionsCommand コンストラクタ(Table,Int32,Int32,Int32,Boolean,ManipulationOptions,Actions)

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

パラメータ

table
ソーステーブル。
fromIndex
ソーステーブル範囲の開始インデックスを示す整数値。
toIndex
ソーステーブル範囲の終了インデックスを示す整数値。
count
ソーステーブル範囲の数を示す整数値。
isRow
行または列テーブルの範囲アクションを示すブール値。
manipulationOptions
処理するデータポイントを示すGrapeCity.Spreadsheet.ManipulationOptions値。
action
指定したセル範囲に対するアクションを示すGrapeCity.Spreadsheet.Actions値。
参照

TableActionsCommand クラス
TableActionsCommand メンバ
オーバーロード一覧