Library Vcl NextSuite 6 NextGrid6 Reference Classes TNxCustomGrid6 SelectCell

SelectCell

Tries to select cell with specified column and row index.

pas
procedure SelectCell(ACol, ARow: Integer; Shift: TShiftState = []); virtual;

Parameters

ACol
Integer
Index of column

ARow
Integer
Index of row

Shift
TShiftState
State of Shift and Ctrl keys.

By setting optional Shift parameter it is possible to mimic press on Ctrl (Control) or Shift keyboard keys.

Sign in