HeadingStyle.Level Property

Returns or sets the level for the heading style in a table of contents or table of figures.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property Level As Short
    Get
    Set
'Usage
Dim instance As HeadingStyle
Dim value As Short

value = instance.Level

instance.Level = value
short Level { get; set; }

Property Value

Type: System.Int16

See Also

Reference

HeadingStyle Interface

HeadingStyle Members

Microsoft.Office.Interop.Word Namespace