Column.OutlineLevel Property

Outline Level.Represents the attribte in schema: outlineLevel

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "outlineLevel")> _
Public Property OutlineLevel As ByteValue
    Get
    Set
'Usage
Dim instance As Column
Dim value As ByteValue

value = instance.OutlineLevel

instance.OutlineLevel = value
[SchemaAttrAttribute(, "outlineLevel")]
public ByteValue OutlineLevel { get; set; }

Property Value

Type: DocumentFormat.OpenXml.ByteValue
Returns ByteValue.

See Also

Reference

Column Class

Column Members

DocumentFormat.OpenXml.Spreadsheet Namespace