Share via


Range.OutlineLevel Property

Returns or sets the current outline level of the specified row or column.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property OutlineLevel As Object
    Get
    Set
'Usage
Dim instance As Range
Dim value As Object

value = instance.OutlineLevel

instance.OutlineLevel = value
Object OutlineLevel { get; set; }

Property Value

Type: System.Object

Remarks

Level one is the outermost summary level.

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Excel Namespace