|
<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > MLGrid Control > MLGrid Control Commands > MLGrid_FormatColTitles |
Description
Set all columns titles.
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
Single column title can be set using MLGrid_Put(hGrid, Row, Col) setting 0 (zero) in row parameter.
Restrictions
See also
Examples