GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / RowColumnActionsCommand.Actions Enumeration


RowColumnActionsCommand.Actions Enumeration
Represents the action for rows and columns.
Syntax
'Declaration
 
Public Enum RowColumnActionsCommand.Actions 
   Inherits System.Enum
 
'Usage
 
Dim instance As RowColumnActionsCommand.Actions
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