[]
Gets the outline level of the specified index of the outline (range group).
byte GetOutLineLevel(bool isRowGroup, int index)
Function GetOutLineLevel(isRowGroup As Boolean, index As Integer) As Byte
| Type | Name | Description |
|---|---|---|
| bool | isRowGroup | Whether the outline (range group) is of rows |
| int | index | Index |
| Type | Description |
|---|---|
| byte | Level of the outline (range group) |