<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > MLGrid Control > MLGrid Control Commands > MLGrid_DeleteRows |
Description
Delete rows in a MLGrid
Syntax
n = MLGrid_DeleteRows(hGrid, StartRow, EndRow)
Returns
Number
Parameters
Name |
Type |
Optional |
Meaning |
hGrid |
Number |
No |
handle to grid control, the one returned by CONTROL ADD MLGRID ... |
StartRow |
Number |
No |
Starting row number |
EndRow |
Number |
No |
Ending row number |
Remarks
This function does not alter dimensioning of internal data arrays.
Restrictions
See also
Examples