Range.End[XlDirection] プロパティ

定義

ソース範囲を Range 含む領域の末尾にあるセルを表す オブジェクトを返します。

public:
 property Microsoft::Office::Interop::Excel::Range ^ End[Microsoft::Office::Interop::Excel::XlDirection] { Microsoft::Office::Interop::Excel::Range ^ get(Microsoft::Office::Interop::Excel::XlDirection Direction); };
public Microsoft.Office.Interop.Excel.Range End[Microsoft.Office.Interop.Excel.XlDirection Direction] { get; }
Public ReadOnly Property End(Direction As XlDirection) As Range

パラメーター

Direction
XlDirection

必須 XlDirection。 移動する方向です。

プロパティ値

注釈

End + 上方向キー、End + 下方向キー、End + 左方向キー、End + 右方向キーのいずれかを押す操作と同等です。

適用対象