NamedRange.OutlineLevel Property (2007 System)

Gets or sets the current outline level of the NamedRange control.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property OutlineLevel As Object
'Usage
Dim instance As NamedRange 
Dim value As Object 

value = instance.OutlineLevel

instance.OutlineLevel = value
[BrowsableAttribute(false)]
public Object OutlineLevel { get; set; }
[BrowsableAttribute(false)]
public:
property Object^ OutlineLevel {
    Object^ get ();
    void set (Object^ value);
}
public function get OutlineLevel () : Object 
public function set OutlineLevel (value : Object)

Property Value

Type: System.Object
The current outline level of the NamedRange control.

Remarks

Level one is the outermost summary level.

.NET Framework Security

See Also

Reference

NamedRange Class

NamedRange Members

Microsoft.Office.Tools.Excel Namespace