Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GroupState Enumeration


In This Topic
    GroupState Enumeration
    In This Topic
    Specifies the status of an outline (range group).
    Syntax
    'Declaration
     
    
    Public Enum GroupState 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As GroupState
    public enum GroupState : System.Enum 
    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