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