Specifies the cell properties to be sent from the server for each cell. By default, only cell value is sent. The options passed in ulProp overwrite the existing query cell properties. In other words, if EssMdxSetQueryCellProperties is called multiple times, only the ulProp value in the last call is taken into account.
ESS_FUNC_M EssMdxSetQueryCellProperties( ESS_MDX_QRYHDL_T hQry, ESS_MDX_CELLPROPS_T ulProp);
Parameter | Type | Description |
---|---|---|
hQry | input | Query handle |
ulProp | input | Bitmask specifying what cell properties should be sent. Values:
|