[]
Creates a new Changed event arguments object for the style model for the sheet.
public SheetStyleModelEventArgs(int row, int column, int rowCount, int columnCount, SheetStyleModelEventType type)
Public Sub New(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer, type As SheetStyleModelEventType)
Type | Name | Description |
---|---|---|
int | row | Row index where the event occurred, or -1 if all rows were affected |
int | column | Column index where the event occurred, or -1 if all columns were affected |
int | rowCount | Number of rows, or -1 if all rows were affected |
int | columnCount | Number of columns, or -1 if all columns were affected |
SheetStyleModelEventType | type | Type of change that occurred in the style model |