Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IRangeGroupSupport Interface / ClearRangeGroup Method
Whether the outline (range group) is of rows


In This Topic
ClearRangeGroup Method (IRangeGroupSupport)
In This Topic
Removes an outline (range group).
Syntax
'Declaration
 
Sub ClearRangeGroup( _
   ByVal isRowGroup As Boolean _
) 
 
'Usage
 
Dim instance As IRangeGroupSupport
Dim isRowGroup As Boolean
 
instance.ClearRangeGroup(isRowGroup)

Parameters

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