Sets the heading of all the scrollable rows.
void SetRowheaderValues( LPCSTR lpcszVal = NULL )
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);
GridControl::SetRowheading
GridControl.h