GridControl::SetCellData
Description
Sets a double data attached to the cell.
Sets a variant attached to the cell.
Syntax
bool SetCellData( int nRow, int nCol, double dData )
bool SetCellData( int nRow, int nCol, DWORD dwData )
Parameters
- nRow
- [input] 0-offset row index
- nCol
- [input] 0-offset column index
- dData
- [input] data to set to the cell
- nRow
- [input] 0-offset row index
- nCol
- [input] 0-offset column index
- dwData
- [input] variant to set to the cell
Return
false if row/column index is invalid, otherwise true
false if row/column index is invalid, otherwise true
Examples
See examples of GetCellData
Remark
See Also
- GridControl::GetCellData
- GridControl::SetCell
header to Included
GridControl.h