指定したワークブックを使用して、
RowColumnActionsCommand クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal isColumn As System.Boolean, _
ByVal As Worksheet, _
ByVal As System.Integer _
)
public RowColumnActionsCommand(
System.bool isColumn,
Worksheet ,
System.int
)
パラメータ
- isColumn
- コマンドが行と列のどちらで処理するかを示すブール値。
- worksheet
- このコマンドをアタッチするワークシート。
- level
- グループアウトラインレベルを示す整数値。
参照