Style.ListLevelNumber Property

Word Developer Reference

Returns the list level for the specified style. Read-only Long.

Syntax

expression.ListLevelNumber

expression   Required. A variable that represents a Style object.

Example

This example displays the list level for the Heading 3 style.

Visual Basic for Applications
  Msgbox ActiveDocument.Styles(wdStyleHeading3).ListLevelNumber

See Also