Determines the action to perform on the table.
Namespace:
C1.Win.XmlEditorAssembly: C1.Win.XmlEditor.2 (in C1.Win.XmlEditor.2.dll)
Syntax
| C# |
|---|
public enum Action |
| Visual Basic (Declaration) |
|---|
Public Enumeration Action |
Members
| Member name | Description | |
|---|---|---|
| SelectTable |
Selects all cells in the table.
| |
| SelectRow |
Selects all cells in the table row.
| |
| SelectColumn |
Selects all cell in the table column.
| |
| SelectCell |
Selects all text in the cell.
| |
| DeleteTable |
Deletes the selected table.
| |
| DeleteRows |
Deletes the selected table rows.
| |
| DeleteColumns |
Deletes the selected table columns.
| |
| InsertColumnBefore |
Inserts a column before the selected column.
| |
| InsertColumnAfter |
Inserts a column after the selected column.
| |
| InsertRowAbove |
Inserts a row above the selected row.
| |
| InsertRowBelow |
Inserts a row below the selected row.
| |
| MergeCells |
Merges the selected cells.
| |
| SplitCells |
Splits the selected cell.
|
Remarks
Use this when you call the CanExecute(Table..::.Action) method or the Execute(Table..::.Action) method to specify
what dialog type to show.