Spread Windows Forms 12.0 Product Documentation
ClearRangeGroup Method (DefaultRangeGroupModel)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > DefaultRangeGroupModel Class : ClearRangeGroup Method
Whether the outline (range group) is of rows (or else columns)
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

Reference

DefaultRangeGroupModel Class
DefaultRangeGroupModel Members