[]
        
Gets the outline level of the specified index of the range row or column group.
public byte GetOutLineLevel(bool isRowGroup, int index)Public 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 of the row or column of interest | 
| Type | Description | 
|---|---|
| byte | Level of the outline (range group) |