Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultRangeGroupModel Class / ClearRangeGroup Method
Whether the outline (range group) is of rows (or else columns)


In This Topic
    ClearRangeGroup Method (DefaultRangeGroupModel)
    In This Topic
    Removes all the outlines (range groups) of rows or columns.
    Syntax
    'Declaration
     
    
    Public Sub ClearRangeGroup( _
       ByVal isRowGroup As Boolean _
    ) 
    'Usage
     
    
    Dim instance As DefaultRangeGroupModel
    Dim isRowGroup As Boolean
     
    instance.ClearRangeGroup(isRowGroup)
    public void ClearRangeGroup( 
       bool isRowGroup
    )

    Parameters

    isRowGroup
    Whether the outline (range group) is of rows (or else columns)
    See Also