|
<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > MLGrid Control > MLGrid Control Commands > MLGrid_RedrawHeaders |
Description
Redraw standard headers to its default values: letters for columns and numbers for rows
Syntax
n = MLGrid_RedrawHeaders(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 |
%TRUE to redraw standard row numbers in rows header |
col |
number |
No |
%TRUE to redraw standard column letters in columns header |
Remarks
Restrictions
See also
Examples