GridControl::SetCells
Description
Set one row/column of cells' text.
Syntax
bool SetCells( const vector<string> & vs, int nRowCol, bool bCol = true )
Parameters
- vs
- [input] the row/column text
- nRowCol
- [input] row/column index, first scrollable row/column's index is 0
- bCol
- [input] true to set column's cells text, otherwise to set row's
Return
true on successful or false on failure
Examples
See examples of GetColValues
Remark
See Also
- GridControl::GetColValues
- GridControl::GetRowValues
- GridControl::SetTableValue
header to Included
GridControl.h