Options.MoveToTextMark Property

Returns or sets a WdMoveToTextMark constant that represents the type of revision mark to use for moved text. Read/write.

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

Syntax

'Declaration
Property MoveToTextMark As WdMoveToTextMark
    Get
    Set
'Usage
Dim instance As Options
Dim value As WdMoveToTextMark

value = instance.MoveToTextMark

instance.MoveToTextMark = value
WdMoveToTextMark MoveToTextMark { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdMoveToTextMark
WdMoveToTextMark

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace