[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.GetRangeGroupInfo

GetRangeGroupInfo Method

GetRangeGroupInfo(int, bool)

Gets range groups of rows or columns 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 for the associated range group

bool isRowGroup

Whether the outline is a group of rows

Returns
Type Description
RangeGroupInfo[]

The collection of range groups with the specified level.

Implements