Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / TableActions Enumeration


TableActions Enumeration
Represents the table range actions.
Syntax
'Declaration
 
Public Enum TableActions 
   Inherits System.Enum
 
'Usage
 
Dim instance As TableActions
Members
MemberDescription
AutoShowTotalAuto show total without shift range.
ClearClears the table range.
ConvertToRangeConvert table to range.
CopyCopies the table range.
CreateCreate the table.
ExtendRowIncreases the row count of table by 1.
ExtendTableExtend table in downward direction
InsertColumnInsert a column to the table.
InsertRowInsert a row to the table.
MoveMoves the table range.
RenameRename the table.
ResizeResize the table.
ResizeAndResetFormulaResize table and reset formula in new extended range.
SetCalculatedColumnSet a column to calculated com.
ShowHideFilterButtonsShow or hide filter buttons.
ShowHideHeaderShow or hide header row.
ShowHideTotalShow or hide total row.
StyleBandedColumnApply or unapply banded column style on the table.
StyleBandedRowApply or unapply banded row style on the table.
StyleFirstColumnApply or unapply first column style on the table.
StyleLastColumnApply or unapply last column style on the table.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.Commands.TableActions

See Also