TableOfFigures.UpperHeadingLevel Property

Returns or sets the starting heading level for a table of figures.

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

Syntax

'Declaration
Property UpperHeadingLevel As Integer
    Get
    Set
'Usage
Dim instance As TableOfFigures
Dim value As Integer

value = instance.UpperHeadingLevel

instance.UpperHeadingLevel = value
int UpperHeadingLevel { get; set; }

Property Value

Type: System.Int32

Remarks

The UpperHeadingLevel property corresponds to the starting value used with the \o switch for a Table of Contents (TOC) field.

Use the LowerHeadingLevel property to set the ending heading level. For example, to set the TOC field syntax {TOC \o "1-3"}, set the LowerHeadingLevel property to 3 and the UpperHeadingLevel property to 1.

See Also

Reference

TableOfFigures Interface

TableOfFigures Members

Microsoft.Office.Interop.Word Namespace