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


In This Topic
    RowColumnActionsCommand.Actions Enumeration
    In This Topic
    Represents the action for rows and columns.
    Syntax
    'Declaration
     
    
    Public Enum RowColumnActionsCommand.Actions 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As RowColumnActionsCommand.Actions
    public enum RowColumnActionsCommand.Actions : System.Enum 
    Members
    MemberDescription
    AutoFitAutoFit rows or columns.
    DefaultColumnWidthSet default column width for specified worksheet.
    GroupGroup rows or columns.
    HideHide rows or columns.
    PageBreakSet page break row or column.
    ResizeResize row heights or columns widths.
    UnhideUnhide rows or columns.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Commands.RowColumnActionsCommand.Actions

    See Also