変更された範囲を取得します。
シンタックス
'宣言
Protected Sub GetRemainedDataChanged( _
ByVal As System.Integer, _
ByRef As IWorksheet, _
ByRef As System.Integer, _
ByRef column As System.Integer, _
ByRef As System.Integer, _
ByRef column2 As System.Integer, _
ByRef As ActionCategory _
)
protected void GetRemainedDataChanged(
System.int ,
out IWorksheet ,
out System.int ,
out System.int column,
out System.int ,
out System.int column2,
out ActionCategory
)
パラメータ
- index
- インデックス。
- worksheet
- 変更されたセルを含むワークシートを示すGrapeCity.Spreadsheet.IWorksheet。
- row
- セル範囲の一番上の行のインデックスを示す整数値。
- column
- セル範囲の左端の列のインデックスを示す整数値。
- row2
- セル範囲の一番下の行のインデックスを示す整数値。
- column2
- セル範囲の右端の列のインデックスを示す整数値。
- invalidateCategory
参照