Options.VisualSelection 属性

定义

返回或设置选定行为基于从右向左语言的文档中的可视光标移动。

public:
 property Microsoft::Office::Interop::Word::WdVisualSelection VisualSelection { Microsoft::Office::Interop::Word::WdVisualSelection get(); void set(Microsoft::Office::Interop::Word::WdVisualSelection value); };
public Microsoft.Office.Interop.Word.WdVisualSelection VisualSelection { get; set; }
member this.VisualSelection : Microsoft.Office.Interop.Word.WdVisualSelection with get, set
Public Property VisualSelection As WdVisualSelection

属性值

注解

属性 CursorMovement 必须设置为 wdCursorMovementVisual 才能使用此属性。

适用于