Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / Table.Action Enumeration

In This Topic
    Table.Action Enumeration
    In This Topic
    Determines the action to perform on the table.
    Syntax
    'Declaration
     
    Public Enum Table.Action 
       Inherits System.Enum
    public enum Table.Action : System.Enum 
    Members
    MemberDescription
    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.
    Remarks
    Use this when you call the Table.CanExecute method or the Table.Execute method to specify what dialog type to show.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Editor.Table.Action

    See Also