Column.OutlineLevel 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.
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, setPublic Property OutlineLevel As ByteValueProperty Value
Returns ByteValue.
- Attributes