Returns or sets whether numbering of the list must restart from previous list.
Namespace: Spire.Doc.FormattingAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public bool IsRestartNumbering { get; set; }
Public Property IsRestartNumbering As Boolean Get Set
public: property bool IsRestartNumbering { bool get (); void set (bool value); }
member IsRestartNumbering : bool with get, set