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