SheetFormatProperties.OutlineLevelColumn Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Column Outline Level
Represents the following attribute in the schema: outlineLevelCol
[DocumentFormat.OpenXml.SchemaAttr(0, "outlineLevelCol")]
public DocumentFormat.OpenXml.ByteValue OutlineLevelColumn { get; set; }
public DocumentFormat.OpenXml.ByteValue OutlineLevelColumn { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "outlineLevelCol")]
public DocumentFormat.OpenXml.ByteValue? OutlineLevelColumn { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("outlineLevelCol")]
public DocumentFormat.OpenXml.ByteValue? OutlineLevelColumn { get; set; }
public DocumentFormat.OpenXml.ByteValue? OutlineLevelColumn { get; set; }
member this.OutlineLevelColumn : DocumentFormat.OpenXml.ByteValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "outlineLevelCol")>]
member this.OutlineLevelColumn : DocumentFormat.OpenXml.ByteValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("outlineLevelCol")>]
member this.OutlineLevelColumn : DocumentFormat.OpenXml.ByteValue with get, set
Public Property OutlineLevelColumn As ByteValue
Property Value
Returns ByteValue.
- Attributes