[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DefaultRangeGroupModel.GetRangeGroupInfo

GetRangeGroupInfo Method

GetRangeGroupInfo(int, bool)

Gets an outline (range group) by level.

Declaration
public RangeGroupInfo[] GetRangeGroupInfo(int level, bool isRowGroup)
Public Function GetRangeGroupInfo(level As Integer, isRowGroup As Boolean) As RangeGroupInfo()
Parameters
Type Name Description
int level

Level used to get the associated outline (range group)

bool isRowGroup

Whether the outline (range group) is of rows

Returns
Type Description
RangeGroupInfo[]

Collection of outlines (range groups) with the specified level

Implements