SPREAD for WPF 3.0J - GcSpreadSheet
RowColumnActionsCommand コンストラクタ(Boolean,Worksheet,Int32,Int32,Boolean)

GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Commands 名前空間 > RowColumnActionsCommand クラス > RowColumnActionsCommand コンストラクタ : RowColumnActionsCommand コンストラクタ(Boolean,Worksheet,Int32,Int32,Boolean)
コマンドが行と列のどちらで処理するかを示すブール値。
このコマンドをアタッチするワークシート。
開始インデックスを示す整数値。
終了インデックスを示す整数値。
指定したワークブックを使用して、 RowColumnActionsCommand クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal isColumn As System.Boolean, _
   ByVal worksheet As Worksheet, _
   ByVal startIndex As System.Integer, _
   ByVal endIndex As System.Integer, _
   ByVal isGroup As System.Boolean _
)
public RowColumnActionsCommand( 
   System.bool isColumn,
   Worksheet worksheet,
   System.int startIndex,
   System.int endIndex,
   System.bool isGroup
)

パラメータ

isColumn
コマンドが行と列のどちらで処理するかを示すブール値。
worksheet
このコマンドをアタッチするワークシート。
startIndex
開始インデックスを示す整数値。
endIndex
終了インデックスを示す整数値。
isGroup
参照

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