LevelOverride.LevelIndex Property

Numbering Level ID.Represents the attribte in schema: w:ilvl

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

Syntax

'Declaration
<SchemaAttrAttribute(, "ilvl")> _
Public Property LevelIndex As Int32Value
    Get
    Set
'Usage
Dim instance As LevelOverride
Dim value As Int32Value

value = instance.LevelIndex

instance.LevelIndex = value
[SchemaAttrAttribute(, "ilvl")]
public Int32Value LevelIndex { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.

See Also

Reference

LevelOverride Class

LevelOverride Members

DocumentFormat.OpenXml.Wordprocessing Namespace