[]
Gets all the outlines (range groups) in a specified level.
RangeGroupInfo[] GetRangeGroupInfo(int level, bool isRowGroup)
Function GetRangeGroupInfo(level As Integer, isRowGroup As Boolean) As RangeGroupInfo()
Type | Name | Description |
---|---|---|
int | level | Level of outline (range group) |
bool | isRowGroup | Whether the outline (range group) is of rows |
Type | Description |
---|---|
RangeGroupInfo[] | Collection of outlines (range groups) in the level |