Range.EndAt(Index) Método
Definición
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
Parámetros
- end
- Index
Posición del último elemento hasta la que se creará el objeto Range.The position of the last element up to which the Range object will be created.
Devoluciones
Rango que comienza desde el primer elemento hasta end
.A range that starts from the first element to end
.