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