​
​
​

Gets the change's number. The first tracked change has the number 1. The number is defined through the textflow. A change with a smaller start position has a smaller number.

Syntax

​public int Number { get; }
​Public ReadOnly Property Number() As Integer
​

Limitations

Read only.

​