TTMSFNCCustomDataGrid.GoToCell Method
Scrolls to and optionally selects the specified cell.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCCustomDataGrid
Syntax
procedure GoToCell(ACell: TTMSFNCDataGridCellCoord; ASelect: Boolean = True);
Parameters
| Name | Description |
|---|---|
ACell |
Target cell coordinate to navigate to. |
ASelect |
When True, the cell is selected after scrolling to it. |