[]
Specifies the table item change type.
public enum TableItemChangeEventType
Public Enum TableItemChangeEventType
Name | Description |
---|---|
AddColumn | Adds a table column. |
AddItem | Adds a table into the table collection. |
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. |
RemoveItem | Removes a table from the collection. |
RemoveRow | Removes a table data row. |
ShowHideHeader | Shows or hides the header row. |
ShowHideTotal | Shows or hides the total row. |