[]
Gets the changed range.
protected void GetRemainedDataChanged(int index, out IWorksheet worksheet, out int row, out int column, out int row2, out int column2, out ActionCategory invalidateCategory)
Protected Sub GetRemainedDataChanged(index As Integer, ByRef worksheet As IWorksheet, ByRef row As Integer, ByRef column As Integer, ByRef row2 As Integer, ByRef column2 As Integer, ByRef invalidateCategory As ActionCategory)
Type | Name | Description |
---|---|---|
int | index | The index. |
IWorksheet | worksheet | A IWorksheet indicates the worksheet contains changed cells. |
int | row | An integer value indicates the top row index of cell range. |
int | column | An integer value indicates the left column index of cell range. |
int | row2 | An integer value indicates the bottom row index of cell range. |
int | column2 | An integer value indicates the right column index of cell range. |
ActionCategory | invalidateCategory |