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

GridControl::SetRowheading

header to Included

GridControl.h