SetFocusedCell

SetFocusedCell(CellLocation)

Ställer in cellfokus på den angivna platsen.

public void SetFocusedCell(CellLocation cellLocation)
ParameterTypBeskrivning
cellLocationCellLocationCellens plats.

Se även


SetFocusedCell(int, int)

Ställer in cellfokus vid den angivna kolumnen och raden.

public void SetFocusedCell(int row, int col)
ParameterTypBeskrivning
rowInt32Radindex.
colInt32Kolumnindex.

Se även