Options.MoveToTextMark 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 WdMoveToTextMark constant that represents the type of revision mark to use for moved text. Read/write.
public:
property Microsoft::Office::Interop::Word::WdMoveToTextMark MoveToTextMark { Microsoft::Office::Interop::Word::WdMoveToTextMark get(); void set(Microsoft::Office::Interop::Word::WdMoveToTextMark value); };
public Microsoft.Office.Interop.Word.WdMoveToTextMark MoveToTextMark { get; set; }
member this.MoveToTextMark : Microsoft.Office.Interop.Word.WdMoveToTextMark with get, set
Public Property MoveToTextMark As WdMoveToTextMark