[]
Represents the event data for the Changed event of the data model for the sheet.
public class TableRangeChangingEventArgs : EventArgs
Public Class TableRangeChangingEventArgs
Inherits EventArgs
Name | Description |
---|---|
TableRangeChangingEventArgs(int, int, int, int, TableChangeEventType) | Creates a new TableRangeChangingEventArgs instance. |
Name | Description |
---|---|
Column | Gets the column. |
ColumnCount | Gets the column count. |
Row | Gets the row. |
RowCount | Gets the row count. |
Type | Gets table changed type. |