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


RowColumnActionsCommand.GroupActions Enumeration
Represents the action for group.
Syntax
'Declaration
 
Public Enum RowColumnActionsCommand.GroupActions 
   Inherits System.Enum
 
'Usage
 
Dim instance As RowColumnActionsCommand.GroupActions
Members
MemberDescription
ClearOutlineUngroup entired current worksheet.
GroupGroup the specified range.
HideDetailCollapses a group of cells.
ShowDetailExpands a group of cells.
ShowLevelShows all outline groups up to the specified outline level.
UngroupUngroups the specified range.
Inheritance Hierarchy

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

See Also