Style.ListLevelNumber Property (Word)
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.
Msgbox ActiveDocument.Styles(wdStyleHeading3).ListLevelNumber