CellStyle.OutlineLevel Property

Definition

Outline Style

Represents the following attribute in the schema: iLevel

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

Property Value

Returns UInt32Value.

Attributes

Applies to