XmlMappedRange.OutlineLevel Property (2007 System)
Gets or sets the current outline level of the XmlMappedRange.
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 XmlMappedRange
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 XmlMappedRange.
Remarks
Level one is the outermost summary level.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.