Share via


ListFormat.ListLevelNumber Property

Word Developer Reference

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.

Visual Basic for Applications
  lev = ActiveDocument.Paragraphs(3).Range.ListFormat.ListLevelNumber

See Also