Paragraph.ListAdvanceTo Method
Sets the list levels for a paragraph in a list.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub ListAdvanceTo ( _
Level1 As Short, _
Level2 As Short, _
Level3 As Short, _
Level4 As Short, _
Level5 As Short, _
Level6 As Short, _
Level7 As Short, _
Level8 As Short, _
Level9 As Short _
)
'Usage
Dim instance As Paragraph
Dim Level1 As Short
Dim Level2 As Short
Dim Level3 As Short
Dim Level4 As Short
Dim Level5 As Short
Dim Level6 As Short
Dim Level7 As Short
Dim Level8 As Short
Dim Level9 As Short
instance.ListAdvanceTo(Level1, Level2, _
Level3, Level4, Level5, Level6, Level7, _
Level8, Level9)
void ListAdvanceTo(
short Level1,
short Level2,
short Level3,
short Level4,
short Level5,
short Level6,
short Level7,
short Level8,
short Level9
)
Parameters
- Level1
Type: System.Int16
- Level2
Type: System.Int16
- Level3
Type: System.Int16
- Level4
Type: System.Int16
- Level5
Type: System.Int16
- Level6
Type: System.Int16
- Level7
Type: System.Int16
- Level8
Type: System.Int16
- Level9
Type: System.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.