Options.CursorMovement 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 how the insertion point progresses within bidirectional text.
public:
property Microsoft::Office::Interop::Word::WdCursorMovement CursorMovement { Microsoft::Office::Interop::Word::WdCursorMovement get(); void set(Microsoft::Office::Interop::Word::WdCursorMovement value); };
public Microsoft.Office.Interop.Word.WdCursorMovement CursorMovement { get; set; }
member this.CursorMovement : Microsoft.Office.Interop.Word.WdCursorMovement with get, set
Public Property CursorMovement As WdCursorMovement