[]
Returns information about the cell span that has changed.
protected virtual void FireChanged(int row, int column, int rowCount, int columnCount, SheetSpanModelEventType type)
Protected Overridable Sub FireChanged(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer, type As SheetSpanModelEventType)
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
int | rowCount | Number of rows in span |
int | columnCount | Number of columns in span |
SheetSpanModelEventType | type | Returns the type of event that was raised |