'Declaration Public Enum TableActions Inherits System.Enum
'Usage Dim instance As TableActions
public enum TableActions : System.Enum
'Declaration Public Enum TableActions Inherits System.Enum
'Usage Dim instance As TableActions
public enum TableActions : System.Enum
Member | Description |
---|---|
AutoShowTotal | Auto show total without shift range. |
Clear | Clears the table range. |
ConvertToRange | Convert table to range. |
Copy | Copies the table range. |
Create | Create the table. |
ExtendRow | Increases the row count of table by 1. |
ExtendTableColumn | Insert new column to extend table in right direction. |
ExtendTableRow | Insert new row to extend table in downward direction. |
InsertColumns | Insert a column to the table. |
InsertRows | Insert a row to the table. |
Move | Moves the table range. |
MoveColumn | Move table column |
MoveRow | MoveRow |
RemoveColumns | Remove columns of the table. |
RemoveRows | Remove rows of the table. |
Rename | Rename the table. |
Resize | Resize the table. |
ResizeAndResetFormula | Resize table and reset formula in new extended range. |
SetCalculatedColumn | Set a column to calculated com. |
ShowHideFilterButtons | Show or hide filter buttons. |
ShowHideHeader | Show or hide header row. |
ShowHideTotal | Show or hide total row. |
StyleBandedColumn | Apply or unapply banded column style on the table. |
StyleBandedRow | Apply or unapply banded row style on the table. |
StyleFirstColumn | Apply or unapply first column style on the table. |
StyleLastColumn | Apply or unapply last column style on the table. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.Commands.TableActions