Gets a collection of all tracked changes made in the text part. The property's value is an object of the type TrackedChangeCollection.

Introduced: X16.

Syntax

public TrackedChangeCollection TrackedChanges { get; }
Public ReadOnly Property TrackedChanges() As TrackedChangeCollection

Limitations

Read only.