'宣言 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