SetFocusedCell

SetFocusedCell(CellLocation)

Belirtilen konumda hücre odağını ayarlar.

public void SetFocusedCell(CellLocation cellLocation)
ParametreTipTanım
cellLocationCellLocationHücre konumu.

Ayrıca bakınız


SetFocusedCell(int, int)

Belirtilen sütun ve satırda hücre odağını ayarlar.

public void SetFocusedCell(int row, int col)
ParametreTipTanım
rowInt32Satır indeksi.
colInt32Sütun indeksi.

Ayrıca bakınız