<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > MLGrid Control > MLGrid Control Commands > MLGrid_SetSelected |
Description
Set selected cell in a grid control
Syntax
n = MLGrid_SetSelected(hGrid, Row, Col)
Returns
Number
Parameters
Name |
Type |
Optional |
Meaning |
hGrid |
Number |
No |
handle to grid control, the one returned by CONTROL ADD MLGRID ... |
Row |
Number |
No |
Row |
Col |
Number |
No |
Column |
Remarks
Restrictions
See also
Examples