_Application.MoveAfterReturnDirection プロパティ

定義

ユーザーが Enter キーを押したときにアクティブなセルを移動する方向を設定または返します。 読み取り/書き込み XlDirection

public:
 property Microsoft::Office::Interop::Excel::XlDirection MoveAfterReturnDirection { Microsoft::Office::Interop::Excel::XlDirection get(); void set(Microsoft::Office::Interop::Excel::XlDirection value); };
public Microsoft.Office.Interop.Excel.XlDirection MoveAfterReturnDirection { get; set; }
Public Property MoveAfterReturnDirection As XlDirection

プロパティ値

注釈

XlDirection には、次のいずれかの XlDirection 定数を指定できます。

xlDown

xlToLeft

xlToRight

xlUp

プロパティが MoveAfterReturnFalse の場合、 MoveAfterReturnDirection プロパティの設定方法に関係なく、選択範囲はまったく移動しません。

適用対象