View.ShowRevisionsAndComments Property
True for Microsoft Word to display revisions and comments 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 ShowRevisionsAndComments As Boolean
Get
Set
'Usage
Dim instance As View
Dim value As Boolean
value = instance.ShowRevisionsAndComments
instance.ShowRevisionsAndComments = value
bool ShowRevisionsAndComments { get; set; }
Property Value
Type: System.Boolean