Property Revision
Revision
Gets or sets the tracked change on the row itself (w:trPr/w:ins or w:del), or null.
This is the row's counterpart to MarkRevision: it says the row was added or removed while tracking was on, not that its contents were. Resolving it adds or removes the whole row. It appears only on a row in a document body; a row format inside a style definition never carries one.
public RevisionMark? Revision { get; set; }