[]
Scrolls a cell into view.
public virtual void ShowCell(int row, int col)
| Type | Name | Description |
|---|---|---|
| int | row | Row index. |
| int | col | Column index. |
This method does not affect the current selection. To move the cursor to a specific cell and optionally bring it into view, use the Select(CellRange, bool) method.