2.2.6.17.120 GridControl::SetRowHeaderValues
Contents
Description
Sets the heading of all the scrollable rows.
Syntax
void SetRowHeaderValues( LPCSTR lpcszVal = NULL )
Parameters
- lpcszVal
- [input] heading text
Return
Examples
Example codes can be pasted to doExample() function in GridControl's examples to run
m_GridCtrl.SetRowHeaderValues("heading"); m_GridCtrl.SetRowHeading(3,"a head",false);
Remark
See Also
Header to Included
GridControl.h