[]
        
(Showing Draft Content)

FarPoint.Win.Spread.IRangeGroupModel3.GetRangeGroupDirectInfo

GetRangeGroupDirectInfo Method

GetRangeGroupDirectInfo(int, bool)

Gets an outline (range group) of rows or columns by level.

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

Level 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

Remarks

RangeGroupInfo array elements are elements which are stored in RangeGroupModel. Changing their values is not recommended.