_Application.MoveAfterReturnDirection プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ユーザーが 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 プロパティの設定方法に関係なく、選択範囲はまったく移動しません。