2.2.6.17.121 GridControl::SetRowHeading


Description

Sets the heading of the row.

Syntax

bool SetRowHeading( int nRow, LPCSTR lpcsz, bool bExpand = false )

Parameters

nRow
[input] row index, first scrollable row's index is 0
lpcsz
[input] heading text
bExpand
[input] if true it will add rows when there's not enough row

Return

false if nRow is invalid or there's not enough row, otherwise true

Examples

See examples of SetRowHeaderValues

Remark

See Also

GridControl::SetRowHeaderValues

Header to Included

GridControl.h