AutoSumCommand クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As Worksheet, _
ByVal As System.Integer, _
ByVal column As System.Integer, _
ByVal As System.Integer, _
ByVal column2 As System.Integer _
)
public AutoSumCommand(
Worksheet ,
System.int ,
System.int column,
System.int ,
System.int column2
)
パラメータ
- worksheet
- ワークシートを表す GrapeCity.Spreadsheet.Worksheet オブジェクト。
- row
- 選択した範囲の開始位置の行インデックス。
- column
- 選択した範囲の開始位置の列インデックス。
- row2
- 選択した範囲の終了位置の行インデックス。
- column2
- 選択した範囲の終了位置の列インデックス。
参照