<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > MLGrid Control > MLGrid Control Commands > MLGrid_FormatColTitles |
Description
Set columns title
Syntax
n = MLGrid_FormatColTitles(hGrid, sTitle)
Returns
Number
Parameters
Name |
Type |
Optional |
Meaning |
hGrid |
Number |
No |
handle to grid control, the one returned by CONTROL ADD MLGRID ... |
sTitle |
String |
No |
Comma delimited string titles. Example: "Column A, Column B, Column Total" |
Remarks
Restrictions
See also
Examples