Template.Level Property

Level.Represents the attribte in schema: lvl

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

Syntax

'Declaration
<SchemaAttrAttribute(, "lvl")> _
Public Property Level As UInt32Value
    Get
    Set
'Usage
Dim instance As Template
Dim value As UInt32Value

value = instance.Level

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

Template Class

Template Members

DocumentFormat.OpenXml.Presentation Namespace