Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RangeGroupInfo Class / State Property


In This Topic
    State Property (RangeGroupInfo)
    In This Topic
    Gets the state of this outline (range group).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property State As GroupState
    'Usage
     
    
    Dim instance As RangeGroupInfo
    Dim value As GroupState
     
    value = instance.State
    public GroupState State {get;}
    See Also