GridControl::GetRowValues

 

Description

Gets one row of cells' text.

Syntax

bool GetRowValues( int nRow, vector<string> & vsVals, int nCol1 = 0 )

Parameters

nRow
[input] row index
vsVals
[output] the cells' text
nCol1
[input] begin column index

Return

true if nRow is a valid row index, otherwise false

Examples

See examples of SetCellComboList

Remark

See Also

GridControl::GetColValues
GridControl::SetTableValue

Header to Included

GridControl.h