2.2.6.17.130 GridControl::SetTableValue


Description

Sets text to grid control's non-fixed area

Syntax

bool SetTableValue( vector<string> & vsItems, bool bByRow )

Parameters

vsItems
[input] text to be filled
bByRow
[input] use Row order if true otherwise use column order

Return

true on successful or false on failure

Examples

Ex1

See examples of MoveItemUp


Ex2

See examples of SortCol

Remark

See Also

GridControl::SetCells

Header to Included

GridControl.h