Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data 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
    Collapsed[1] Indicates collapsed status with the plus sign.
    Expanded[0] Indicates expanded status with the minus sign.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Windows.SpreadSheet.Data.GroupState

    See Also