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