Word) (Options.VisualSelection 屬性
會傳回或設定根據從右至左語言文件中的視覺效果游標移動選取範圍表現方式。 讀取/寫入 WdVisualSelection 。
語法
expression. VisualSelection
需要 expression。 代表 Options 物件的變數。
註解
CursorMovement 屬性必須設定為 wdcursormovementvisual,才 能夠使用此屬性。
範例
本範例會設定選取範圍行為,以便使選取範圍會逐一換行。
If Options.CursorMovement = wdCursorMovementVisual Then _
Options.VisualSelection = wdVisualSelectionContinuous
另請參閱
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。