Returns the formatted value of the given cell.
Note: | Returns formatted values only if the cell property option ESS_MDX_CELLPROP_FORMAT_STRING is set using EssMdxSetQueryCellProperties. |
ESS_FUNC_M EssMdxGetFormatString( ESS_MDX_QRYHDL_T hQry, ESS_MDX_CELLHDL_T hCell, ESS_PSTR_T pFmtStr);
Parameter | Type | Description |
---|---|---|
hQry | input | Query handle |
hCell | input | Cell handle |
pFmtStr | output | Format string for the given cell |