RevisionsFilter.View Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets or returns a WdRevisionsView constant that represents the global option that specifies whether Word displays the original version of a document or the final version, which might have revisions and formatting changes applied. Read/write.
public:
property Microsoft::Office::Interop::Word::WdRevisionsView View { Microsoft::Office::Interop::Word::WdRevisionsView get(); void set(Microsoft::Office::Interop::Word::WdRevisionsView value); };
public Microsoft.Office.Interop.Word.WdRevisionsView View { get; set; }
member this.View : Microsoft.Office.Interop.Word.WdRevisionsView with get, set
Public Property View As WdRevisionsView
Property Value
Remarks
The RevisionsFilter.View property replaces the View.RevisionsView property that was in previous version of Word.