[]
Finds an outline (range group) with the specified level and end index.
public RangeGroupInfo FindGroup(int level, int end, bool isRowGroup)
Public 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 an outline (range group) |
bool | isRowGroup | Whether the outline (range group) is of rows |
Type | Description |
---|---|
RangeGroupInfo | Outline (range group) |