Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IRangeGroupModel Interface / ClearRangeGroup Method
Whether the outline (range group) is of rows


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

    Parameters

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