Gets or sets the ending heading level of the table of content. Default value is 3.

Namespace: Spire.Doc.Fields
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public int UpperHeadingLevel { get; set; }
Public Property UpperHeadingLevel As Integer
	Get
	Set
public:
property int UpperHeadingLevel {
	int get ();
	void set (int value);
}
member UpperHeadingLevel : int with get, set

Property Value

Int32
The upper heading level.

See Also