View.RevisionsView Property

Sets or returns a constant representing the global option that specifies whether Microsoft Word displays the original version of a document or a version with revisions and formatting changes applied.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property RevisionsView As WdRevisionsView
    Get
    Set
'Usage
Dim instance As View
Dim value As WdRevisionsView

value = instance.RevisionsView

instance.RevisionsView = value
WdRevisionsView RevisionsView { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdRevisionsView

Remarks

WdRevisionsView can be one of these WdRevisionsView constants:

wdRevisionsViewFinal – Displays the document with formatting and content changes applied.

wdRevisionsViewOriginal – Displays the document before changes were made.

See Also

Reference

View Interface

View Members

Microsoft.Office.Interop.Word Namespace