Gets the change with the specified number from the collection. The number must be between 1 and Count. In C# this property is the indexer for the TrackedChangeCollection class.

Syntax

public TrackedChange this [int number] { get; }
Public Default ReadOnly Property Item(ByVal number As Integer) As TrackedChange

Parameters

Parameter Description
number Specifies the number of the change in the text. The first change has the number 1. The number is defined through the textflow. A change with a smaller start position has a smaller number.

Limitations

Read only.