Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GroupState Enumeration


GroupState Enumeration
Specifies the status of an outline (range group).
Syntax
'Declaration
 
Public Enum GroupState 
   Inherits System.Enum
 
'Usage
 
Dim instance As GroupState
Members
MemberDescription
CollapsedCollapsed status with the plus sign
ExpandedExpanded status with the minus sign
PartCollapsedInternal use only: Ambiguous (or undetermined) status with the plus sign
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.GroupState

See Also