ClearRangeGroup Method (SheetView)
Removes all the outlines (range grouping) from all rows or columns.
public void ClearRangeGroup(
bool
)
'Declaration
Public Sub ClearRangeGroup( _
ByVal As Boolean _
)
'Usage
Dim instance As SheetView
Dim isRowGroup As Boolean
instance.ClearRangeGroup(isRowGroup)
Parameters
- isRowGroup
- Whether the outline is a group of rows