_Document.TrackMoves Property

Returns or sets aBoolean that represents whether to mark moved text when Track Changes is turned on. Read/write.

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

Syntax

'Declaration
Property TrackMoves As Boolean
    Get
    Set
'Usage
Dim instance As _Document
Dim value As Boolean

value = instance.TrackMoves

instance.TrackMoves = value
bool TrackMoves { get; set; }

Property Value

Type: System.Boolean
Boolean

Remarks

By default, when Track Changes is turned on, moved text is marked as deleted and inserted. When TrackMoves is True, moved text is marked as moved, with the from text being marked with strikethrough formatting. This property corresponds to the Track Moves check box in the Track Change Options dialog box.

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace