Spread WinForms 15
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)

Parameters

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