TTMSFNCCustomDataGrid.SelectCell Method
Selects the specified cell, optionally applying Shift or Ctrl multi-selection semantics.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCCustomDataGrid
Syntax
procedure SelectCell(ACell: TTMSFNCDataGridCellCoord; AShift: TShiftState = []);
Parameters
| Name | Description |
|---|---|
ACell |
Cell coordinate to select. |
AShift |
Shift state for multi-selection (Shift extends, Ctrl toggles). |