[]
Gets an outline (range group) by level.
public RangeGroupInfo[] GetRangeGroupInfo(int level, bool isRowGroup)
Public Function GetRangeGroupInfo(level As Integer, isRowGroup As Boolean) As RangeGroupInfo()
Type | Name | Description |
---|---|---|
int | level | Level used to get the associated outline (range group) |
bool | isRowGroup | Whether the outline (range group) is of rows |
Type | Description |
---|---|
RangeGroupInfo[] | Collection of outlines (range groups) with the specified level |