Compartir a través de


Range.End[XlDirection] Propiedad

Definición

Devuelve un Range objeto que representa la celda al final de la región que contiene el intervalo de origen.

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

Parámetros

Direction
XlDirection

Obligatorio XlDirection. La dirección del movimiento.

Valor de propiedad

Comentarios

Es equivalente a presionar FIN+FLECHA ARRIBA, FIN+FLECHA ABAJO, FIN+FLECHA IZQUIERDA o FIN+FLECHA DERECHA.

Se aplica a