GetRemainedDataChanged Method
In This Topic
Gets the changed range.
Syntax
'Declaration
Protected Sub GetRemainedDataChanged( _
ByVal As Integer, _
ByRef As IWorksheet, _
ByRef As Integer, _
ByRef column As Integer, _
ByRef As Integer, _
ByRef column2 As Integer, _
ByRef As ActionCategory _
)
'Usage
Dim instance As UIManager
Dim index As Integer
Dim worksheet As IWorksheet
Dim row As Integer
Dim column As Integer
Dim row2 As Integer
Dim column2 As Integer
Dim invalidateCategory As ActionCategory
instance.GetRemainedDataChanged(index, worksheet, row, column, row2, column2, invalidateCategory)
protected void GetRemainedDataChanged(
int ,
out IWorksheet ,
out int ,
out int column,
out int ,
out int column2,
out ActionCategory
)
Parameters
- index
- The index.
- worksheet
- A GrapeCity.Spreadsheet.IWorksheet indicates the worksheet contains changed cells.
- row
- An integer value indicates the top row index of cell range.
- column
- An integer value indicates the left column index of cell range.
- row2
- An integer value indicates the bottom row index of cell range.
- column2
- An integer value indicates the right column index of cell range.
- invalidateCategory
See Also