Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Paragraph Class / RestartList Method
Optional: the numbering start value.

In This Topic
    RestartList Method
    In This Topic
    Restarts the list numbering on the current Paragraph.

    The current paragraph must belong to a numbered list.

    If startNumberingValue is omitted or a null reference (Nothing in Visual Basic), numbering on the current list is restarted at the value of ListLevel.StartAt on the current level of the list template, otherwise a new list is created.
    Syntax
    'Declaration
     
    Public Sub RestartList( _
       Optional ByVal startNumberingValue As System.Nullable(Of Integer) _
    ) 
    public void RestartList( 
       System.Nullable<int> startNumberingValue
    )

    Parameters

    startNumberingValue
    Optional: the numbering start value.
    See Also