[]
Represents the event data for the Changed event of the span model for the sheet.
public class SheetSpanModelEventArgs : EventArgs
Public Class SheetSpanModelEventArgs
Inherits EventArgs
Name | Description |
---|---|
SheetSpanModelEventArgs(int, int, int, int, SheetSpanModelEventType) | Creates a new Changed event arguments object for the span model for the sheet. |
Name | Description |
---|---|
Column | Gets the column index where the event occurred. |
ColumnCount | Gets the number of columns affected. |
Row | Gets the row index where the event occurred. |
RowCount | Gets the number of rows affected. |
Type | Gets the type of event that occurred. |