RevisionsFilter.Markup 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.
Returns or sets a WdRevisionsMarkup constant that specifies the extent of reviewer markup displayed in the document. Read/write.
public:
property Microsoft::Office::Interop::Word::WdRevisionsMarkup Markup { Microsoft::Office::Interop::Word::WdRevisionsMarkup get(); void set(Microsoft::Office::Interop::Word::WdRevisionsMarkup value); };
public Microsoft.Office.Interop.Word.WdRevisionsMarkup Markup { get; set; }
member this.Markup : Microsoft.Office.Interop.Word.WdRevisionsMarkup with get, set
Public Property Markup As WdRevisionsMarkup