[]
Creates a SheetStyleModelEventArgs with the specified event data and calls OnChanged to raise the Changed event.
protected void FireChanged(int row, int column, int rowCount, int columnCount, SheetStyleModelEventType type)
Protected Sub FireChanged(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 affected |
int | column | Column index where the event occurred, or -1 if all columns affected |
int | rowCount | Number of rows, or -1 if all rows affected |
int | columnCount | Number of columns, or -1 if all columns affected |
SheetStyleModelEventType | type | Type of event that occurred |