_Application.CursorMovement プロパティ

定義

視覚的なカーソルまたは論理カーソルを使用するかどうかを示す値を返すか設定します。 xlVisualCursor または xlLogicalCursor のいずれかの定数を指定できます。

public:
 property int CursorMovement { int get(); void set(int value); };
public int CursorMovement { get; set; }
Public Property CursorMovement As Integer

プロパティ値

注釈

選択またはインストールされている言語の設定 (たとえば、日本語) によって、これらの定数が使用できない場合があります。

適用対象