Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RangeGroupModelEventArgs Class / Expand Property


In This Topic
    Expand Property (RangeGroupModelEventArgs)
    In This Topic
    Gets whether the outline (range group) is expanded (or else collapsed).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Expand As Boolean
    'Usage
     
    
    Dim instance As RangeGroupModelEventArgs
    Dim value As Boolean
     
    value = instance.Expand
    public bool Expand {get;}
    See Also