<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > MLGrid Control > MLGrid Control Commands > MLGrid_Get |
Description
Retrieves the a cell's string content
Syntax
s = MLGrid_Get(hGrid, Row, Col [, Sheet])
Returns
String
Parameters
Name |
Type |
Optional |
Meaning |
hGrid |
Number |
No |
handle to grid control, the one returned by CONTROL ADD MLGRID ... |
Row |
Number |
No |
row number |
Col |
Number |
No |
column number |
Sheet |
Number |
Yes |
number of the sheet in a multi workbook. Selected sheet is used if omitted |
Remarks
Restrictions
See also
Examples