Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ClearRangeGroup Method
Whether the outline is a group of rows


In This Topic
ClearRangeGroup Method (SheetView)
In This Topic
Removes all the outlines (range grouping) from all rows or columns.
Syntax
'Declaration
 
Public Sub ClearRangeGroup( _
   ByVal isRowGroup As Boolean _
) 
 
'Usage
 
Dim instance As SheetView
Dim isRowGroup As Boolean
 
instance.ClearRangeGroup(isRowGroup)

Parameters

isRowGroup
Whether the outline is a group of rows
See Also