'Declaration Public Enum Table.Action Inherits System.Enum
public enum Table.Action : System.Enum
'Declaration Public Enum Table.Action Inherits System.Enum
public enum Table.Action : System.Enum
Member | Description |
---|---|
DeleteColumns | Deletes the selected table columns. |
DeleteRows | Deletes the selected table rows. |
DeleteTable | Deletes the selected table. |
InsertColumnAfter | Inserts a column after the selected column. |
InsertColumnBefore | Inserts a column before the selected column. |
InsertRowAbove | Inserts a row above the selected row. |
InsertRowBelow | Inserts a row below the selected row. |
MergeCells | Merges the selected cells. |
SelectCell | Selects all text in the cell. |
SelectColumn | Selects all cell in the table column. |
SelectRow | Selects all cells in the table row. |
SelectTable | Selects all cells in the table. |
SplitCells | Splits the selected cell. |
System.Object
System.ValueType
System.Enum
C1.Win.C1Editor.Table.Action