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

See also

Style Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.