GridControl::SetCellBitmap
Description
Sets bitmap to given cell.
Syntax
bool SetCellBitmap( int nRow, int nCol, int nResID, int nModule, int nAlignment = DISPLAY_LEFT )
Parameters
- nRow
- [input] 0-offset row index
- nCol
- [input] 0-offset column index
- nResID
- [input] bitmap resource id
- nModule
- [input] Module id; the most used Module id is MODULE_ORIGIN
- nAlignment
- [input] sets the cell's picture alignment
Return
false if one of the ids is invalid, otherwise true
Examples
See examples of SetCellPicture
Remark
See Also
header to Included
GridControl.h