FMX.Grid.TCustomGrid.SelectRow
Delphi
procedure SelectRow(const Value: Integer); inline;
C++
void __fastcall SelectRow(const int Value);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | FMX.Grid.pas FMX.Grid.hpp | FMX.Grid | TCustomGrid | 
Description
Selects the cell with the specified row index and old column index.