Gets or sets the heading level in the table of contents.

[VBScript]
Public Property TocLevel As Integer
[JScript]
public function get TocLevel() : int;
public function set TocLevel(int);

Property Value

An integer representing the level at which the paragraph is referenced in the table of contents. A level of zero indicates that the paragraph will not be referenced in the table of contents.

See Also

Style Object | Style Members | HelpProducer Namespace