[]
Specifies the table changed type.
public enum TableChangeEventType
Public Enum TableChangeEventType
| Name | Description |
|---|---|
| AddColumn | Adds a table column. |
| AddRow | Adds a table data row. |
| Move | Moves a table. |
| MoveColumn | Moves a table column. |
| MoveRow | Moves a table data row. |
| RemoveColumn | Removes a table column. |
| RemoveRow | Removes a table data row. |
| ShowHideHeader | Shows or hides the header row. |
| ShowHideTotal | Shows or hides the total row. |