[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DefaultRangeGroupModel.ClearRangeGroup

ClearRangeGroup Method

ClearRangeGroup(bool)

Removes all the outlines (range groups) of rows or columns.

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

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

Implements