Gets or sets the current outline level of the specified row or column.
int OutlineLevel {get; set;}
'Declaration
Property OutlineLevel As Integer
'Usage
Dim instance As IRange
Dim value As Integer
instance.OutlineLevel = value
value = instance.OutlineLevel
Property Value
An integer value represents the current outline level of the specified row or column.