'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. |
ExtendTable | Extend table in downward direction |
InsertColumn | Insert a column to the table. |
InsertRow | Insert a row to the table. |
Move | Moves the table range. |
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