Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ListLevel Class / RestartAfterLevel Property

In This Topic
    RestartAfterLevel Property
    In This Topic
    Gets or sets the list level that must appear before the specified list level restarts numbering.

    The value of 0 means the numbering continues sequentially each time the list level appears.

    Syntax
    'Declaration
     
    Public Property RestartAfterLevel As System.Integer
    public System.int RestartAfterLevel {get; set;}
    See Also