[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.ClearRangeGroup

ClearRangeGroup Method

ClearRangeGroup(bool)

Removes all the outlines (range grouping) from all rows or columns.

Declaration
public void ClearRangeGroup(bool isRowGroup)
Public Sub ClearRangeGroup(isRowGroup As Boolean)
Parameters
Type Name Description
bool isRowGroup

Whether the outline is a group of rows

Implements