TableOfContents.LowerHeadingLevel 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.
Returns or sets the ending heading level for a table of contents.
public:
property int LowerHeadingLevel { int get(); void set(int value); };
public int LowerHeadingLevel { get; set; }
member this.LowerHeadingLevel : int with get, set
Public Property LowerHeadingLevel As Integer
Property Value
Remarks
The LowerHeadingLevel property corresponds to the ending value used with the \o switch for a Table of Contents (TOC) field.
Use the UpperHeadingLevel property to set the starting 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.