2.2.6.17.104 GridControl::SetFixedRowValues


Description

Sets text to fixed row.

Syntax

bool SetFixedRowValues( int nRow, const vector<string> & vsVals, int nCol1 = 0, bool bExpand = false )

Parameters

nRow
[input] fixed row index
vsVals
[input] the fixed row text
nCol1
[input] begin column index( first scrollable column's index is 0 )
bExpand
[input] if true it will add columns when there's not enough column

Return

false if nCol1 is invalid or there's not enough column, otherwise true

Examples

See examples of GetColAlignment

Remark

See Also

GridControl::SetColHeader

Header to Included

GridControl.h