Returns the formatted value for the given cell.
Syntax
ESS_FUNC_M EssGGetFormattedValue(hGrid, pData, *fmtVal)
Parameter | Data Type | Description |
---|---|---|
hGrid | ESSG_HGRID_T | Grid handle |
pData | ESSG_PDATA_T | Pointer to the ESSG_DATA_T structure of the cell. |
*fmtVal | ESSG_STR_T | Pointer to formatted value for this cell |
Notes
The grid option ESSG_OP_GET_FORMATTED_VALUE should be turned on to obtain the formatted values.
You do not need to free the returned pointer, as this is managed by the API.
Return Value
0—If successful
Error number—If unsuccessful