SetFocusedCell

SetFocusedCell(CellLocation)

Establece el foco de la celda en la ubicación especificada.

public void SetFocusedCell(CellLocation cellLocation)
ParámetroEscribeDescripción
cellLocationCellLocationUbicación de la celda.

Ver también


SetFocusedCell(int, int)

Establece el foco de la celda en la columna y fila especificadas.

public void SetFocusedCell(int row, int col)
ParámetroEscribeDescripción
rowInt32Índice de fila.
colInt32Índice de columnas.

Ver también