Share via


Paragraph.ListAdvanceTo Method (Word)

Sets the list levels for a paragraph in a list.

Version Information

Version Added: Project 2007

Syntax

expression .ListAdvanceTo(Level1, Level2, Level3, Level4, Level5, Level6, Level7, Level8, Level9)

expression An expression that returns a Paragraph object.

Parameters

Name

Required/Optional

Data Type

Description

Level1 to Level9

Optional

Integer

Specifies the list level.

Remarks

Microsoft Word adjusts the numbering value to be used for numbering each list level for the specified paragraph by inserting the necessary intervening paragraphs as hidden text between the specified paragraph and the previous paragraph.

See Also

Concepts

Paragraph Object

Paragraph Object Members