SetFocusedCell
SetFocusedCell(CellLocation)
Belirtilen konumda hücre odağını ayarlar.
public void SetFocusedCell(CellLocation cellLocation)
Parametre | Tip | Tanım |
---|---|---|
cellLocation | CellLocation | Hücre konumu. |
Ayrıca bakınız
- class CellLocation
- class Worksheet
- ad alanı Aspose.Cells.GridDesktop
- toplantı Aspose.Cells.GridDesktop
SetFocusedCell(int, int)
Belirtilen sütun ve satırda hücre odağını ayarlar.
public void SetFocusedCell(int row, int col)
Parametre | Tip | Tanım |
---|---|---|
row | Int32 | Satır indeksi. |
col | Int32 | Sütun indeksi. |
Ayrıca bakınız
- class Worksheet
- ad alanı Aspose.Cells.GridDesktop
- toplantı Aspose.Cells.GridDesktop