[]
Creates a new Changing event arguments object for the span model for the sheet.
public SheetSpanModelChangingEventArgs(int row, int column, int rowCount, int columnCount, SheetSpanModelChangingEventType type)
Public Sub New(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer, type As SheetSpanModelChangingEventType)
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
int | rowCount | Number of rows in the span |
int | columnCount | Number of columns in the span |
SheetSpanModelChangingEventType | type | Type of change that is going to occur in the span model |