CellEditCommand クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As IWorksheet, _
ByVal As System.Integer, _
ByVal column As System.Integer, _
ByVal As System.Integer, _
ByVal column2 As System.Integer, _
ByVal As System.String, _
ByVal As System.Boolean, _
ByVal As System.Integer, _
ByVal As System.Boolean _
)
public CellEditCommand(
IWorksheet ,
System.int ,
System.int column,
System.int ,
System.int column2,
System.string ,
System.bool ,
System.int ,
System.bool
)
パラメータ
- worksheet
- 処理するGrapeCity.Spreadsheet.Worksheetオブジェクト。
- row
- セル範囲の一番上の行のインデックスを示す整数値。
- column
- セル範囲の左端の列のインデックスを示す整数値。
- row2
- セル範囲の一番下の行のインデックスを示す整数値。
- column2
- セル範囲の右端の列のインデックスを示す整数値。
- formula
- 新しいセル数式。
- applyNumberFormat
- numFmt
- セルの新しい数値書式。
- arrayFormula
参照