Share via


SheetFormatProperties.OutlineLevelColumn Property

Column Outline Level.Represents the attribte in schema: outlineLevelCol

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

Syntax

'Declaration
<SchemaAttrAttribute(, "outlineLevelCol")> _
Public Property OutlineLevelColumn As ByteValue
    Get
    Set
'Usage
Dim instance As SheetFormatProperties
Dim value As ByteValue

value = instance.OutlineLevelColumn

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

Property Value

Type: DocumentFormat.OpenXml.ByteValue
Returns ByteValue.

See Also

Reference

SheetFormatProperties Class

SheetFormatProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace