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


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