NumberList.Restart Property

Aspose.Note for .NET API

NumberListRestart Property

Gets or sets the numeric value that overrides the automatic number value of the list item.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public int Restart { get; set; }
Public Property Restart As Integer
	Get
	Set
public:
property int Restart {
	int get ();
	void set (int value);
}
member Restart : int with get, set

Property Value

Type: Int32
See Also