Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / TableActions Enumeration


In This Topic
    TableActions Enumeration
    In This Topic
    Represents the table range actions.
    Syntax
    'Declaration
     
    
    Public Enum TableActions 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TableActions
    public enum TableActions : System.Enum 
    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.
    ExtendTableColumnInsert new column to extend table in right direction.
    ExtendTableRowInsert new row to extend table in downward direction.
    InsertColumnsInsert a column to the table.
    InsertRowsInsert a row to the table.
    MoveMoves the table range.
    MoveColumnMove table column
    MoveRowMoveRow
    RemoveColumnsRemove columns of the table.
    RemoveRowsRemove rows of the table.
    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