2.2.3.13.4 ReportTable::SetCell
Description
Set value to a cell in table
Set value to a cell in table
Set graph to a cell in table
Syntax
BOOL SetCell( int row, int col, double rVal )
BOOL SetCell( int row, int col, LPCSTR lpcszValue )
BOOL SetCell( int row, int col, GraphPage & gpg, DWORD dwCntrl = 0 )
Parameters
- row
- [input] Row number with zero offset
- col
- [input] Column number with zero offset
- rVal
- [input] Value to set at the location (nRow, nCol)
- row
- [input] Row number with zero offset
- col
- [input] Column number with zero offset
- lpcszValue
- [input] Value to set at the location (nRow, nCol)
- row
- [input] Row number with zero offset
- col
- [input] Column number with zero offset
- gpg
- [input] Graph to set at the location (nRow, nCol)
- dwCntrl
- [input] EMBEDGRAPHOPTION in OC_const.h
Return
TRUE for success; otherwise FALSE.
TRUE for success; otherwise FALSE.
TRUE for success; otherwise FALSE.
Examples
ReportBase's examples
Remark
See Also
Header to Included
ReportTree.h