ListFormat.ListLevelNumber property (Word)
Returns or sets the list level for the first paragraph in the specified ListFormat object. Read/write Long.
Syntax
expression. ListLevelNumber
expression Required. A variable that represents a 'ListFormat' object.
Example
This example returns the list level for the third paragraph in the active document.
lev = ActiveDocument.Paragraphs(3).Range.ListFormat.ListLevelNumber
See also
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.