[]
Restarts the list numbering on the current Paragraph.
The current paragraph must belong to a numbered list.
IfstartNumberingValue
is omitted or null,
numbering on the current list is restarted
at the value of StartAt on the current level of the list template,
otherwise a new list is created.
public void RestartList(int? startNumberingValue = null)
Public Sub RestartList(Optional startNumberingValue As Integer? = Nothing)
Type | Name | Description |
---|---|---|
int? | startNumberingValue | Optional: the numbering start value. |