Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / LineNumbering Class / RestartMode Property

In This Topic
    RestartMode Property
    In This Topic
    Gets or sets a value specifying when line numbering restarts (whether it restarts at evry page, at each secion or runs continuously).
    Syntax
    'Declaration
     
    Public Property RestartMode As LineNumberRestartMode
    public LineNumberRestartMode RestartMode {get; set;}
    See Also