[]
Finds an outline (range group) with a specified level and index.
RangeGroupInfo FindGroupByIndex(int level, int index, bool isRowGroup)
Function FindGroupByIndex(level As Integer, index As Integer, isRowGroup As Boolean) As RangeGroupInfo
Type | Name | Description |
---|---|---|
int | level | Level of the outline (range group) |
int | index | Index of the outline (range group) |
bool | isRowGroup | Whether the outline (range group) is of rows |
Type | Description |
---|---|
RangeGroupInfo | Outline (range group) |