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