[]
Gets range groups of rows or columns 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 for the associated range group |
| bool | isRowGroup | Whether the outline is a group of rows |
| Type | Description |
|---|---|
| RangeGroupInfo[] | The collection of range groups with the specified level. |