CellStyle.OutlineLevel Property

Outline Style.Represents the attribte in schema: iLevel

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

Syntax

'Declaration
<SchemaAttrAttribute(, "iLevel")> _
Public Property OutlineLevel As UInt32Value
    Get
    Set
'Usage
Dim instance As CellStyle
Dim value As UInt32Value

value = instance.OutlineLevel

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

CellStyle Class

CellStyle Members

DocumentFormat.OpenXml.Spreadsheet Namespace