View.ShowInsertionsAndDeletions Property
True for Microsoft Word to display insertions and deletions that were made to a document with Track Changes enabled.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ShowInsertionsAndDeletions As Boolean
Get
Set
'Usage
Dim instance As View
Dim value As Boolean
value = instance.ShowInsertionsAndDeletions
instance.ShowInsertionsAndDeletions = value
bool ShowInsertionsAndDeletions { get; set; }
Property Value
Type: System.Boolean