Returns the cell at the specified offset.
To obtain the cell values in the cube formed from the axes in the query, use the following APIs:
ESS_FUNC_M EssMdxGetCellAtOffset( ESS_MDX_QRYHDL_T hQry, ESS_ULONG_T ulOffset, ESS_MDX_PCELLHDL_T phCell);
Parameter | Type | Description |
---|---|---|
hQry | input | Query handle |
ulOffset | input | Cell offset (first axis changes fastest) |
phCell | input | Cell handle |