Range.EndAt(Index) メソッド
定義
public:
static Range EndAt(Index end);
public static Range EndAt (Index end);
static member EndAt : Index -> Range
Public Shared Function EndAt (end As Index) As Range
パラメーター
- end
- Index
Range オブジェクトが作成される最後の要素の位置。The position of the last element up to which the Range object will be created.
戻り値
最初の要素から end
までの範囲。A range that starts from the first element to end
.