Row.OutlineLevel Property

Definition

Outline Level

Represents the following attribute in the schema: outlineLevel

[DocumentFormat.OpenXml.SchemaAttr(0, "outlineLevel")]
public DocumentFormat.OpenXml.ByteValue OutlineLevel { get; set; }
public DocumentFormat.OpenXml.ByteValue OutlineLevel { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "outlineLevel")]
public DocumentFormat.OpenXml.ByteValue? OutlineLevel { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("outlineLevel")]
public DocumentFormat.OpenXml.ByteValue? OutlineLevel { get; set; }
public DocumentFormat.OpenXml.ByteValue? OutlineLevel { get; set; }
member this.OutlineLevel : DocumentFormat.OpenXml.ByteValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "outlineLevel")>]
member this.OutlineLevel : DocumentFormat.OpenXml.ByteValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("outlineLevel")>]
member this.OutlineLevel : DocumentFormat.OpenXml.ByteValue with get, set
Public Property OutlineLevel As ByteValue

Property Value

Returns ByteValue.

Attributes

Applies to