|
<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > MLGrid Control > MLGrid Control Commands > MLGrid_Sheet_Delete |
Description
Delete a sheet from a MLGrid
Syntax
n = MLGrid_Sheet_Delete(hGrid, SheetNumber)
Returns
Number: the new sheet number
Parameters
Name |
Type |
Optional |
Meaning |
hGrid |
Number |
No |
handle to grid control, the one returned by CONTROL ADD MLGRID ... |
SheetNumber |
String |
No |
Number of sheet to be deleted |
Remarks
Restrictions
See also
Examples