TTMSFNCDataGridRenderer.GoToCell Method
Scrolls the grid so that
ACellis visible. IfASelectis True, also selects the cell.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Syntax
procedure GoToCell(ACell: TTMSFNCDataGridCellCoord; ASelect: Boolean = True); override;
Parameters
| Name | Description |
|---|---|
ACell |
Cell coordinate to bring into view. |
ASelect |
When True, selects the cell after navigating to it. |