Paragraph.ListAdvanceTo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the list levels for a paragraph in a list.
public void ListAdvanceTo (short Level1 = 0, short Level2 = 0, short Level3 = 0, short Level4 = 0, short Level5 = 0, short Level6 = 0, short Level7 = 0, short Level8 = 0, short Level9 = 0);
abstract member ListAdvanceTo : int16 * int16 * int16 * int16 * int16 * int16 * int16 * int16 * int16 -> unit
Public Sub ListAdvanceTo (Optional Level1 As Short = 0, Optional Level2 As Short = 0, Optional Level3 As Short = 0, Optional Level4 As Short = 0, Optional Level5 As Short = 0, Optional Level6 As Short = 0, Optional Level7 As Short = 0, Optional Level8 As Short = 0, Optional Level9 As Short = 0)
Parameters
- Level1
- Int16
- Level2
- Int16
- Level3
- Int16
- Level4
- Int16
- Level5
- Int16
- Level6
- Int16
- Level7
- Int16
- Level8
- Int16
- Level9
- Int16
Remarks
Microsoft Office 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.