指定したワークブックを使用して、
RowColumnActionsCommand クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As Worksheet, _
ByVal As System.Integer, _
ByVal column As System.Integer, _
ByVal As System.Integer, _
ByVal column2 As System.Integer, _
ByVal As System.Boolean _
)
public RowColumnActionsCommand(
Worksheet ,
System.int ,
System.int column,
System.int ,
System.int column2,
System.bool
)
パラメータ
- worksheet
- このコマンドをアタッチするワークシート。
- row
- column
- row2
- column2
- collapsed
参照