<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > MLGrid Control > MLGrid Control Commands > MLGrid_Sheet_GetName |
Description
Get sheet name using sheet number
Syntax
s = MLGrid_Sheet_GetName(hGrid, SheetNo)
Returns
String
Parameters
Name |
Type |
Optional |
Meaning |
hGrid |
Number |
No |
handle to grid control, the one returned by CONTROL ADD MLGRID ... |
SheetNo |
Number |
No |
The sheet number |
Remarks
Restrictions
See also
Examples