Returns the number of reports defined for the given data cell range(s).
Syntax
ESSG_FUNC_M EssGDTReportCount (hGrid, usCells, pCells, uspReportNum);
Parameter | Data Type | Description |
---|---|---|
hGrid; | ESSG_HGRID_T | Handle of the original grid returned by EssGNewGrid(). |
usCells; | ESSG_USHORT_T | Number of cell ranges in the pCells array. |
pCells; | ESSG_RANGE_T | Array of cell ranges selected to receive drill-through report data. |
uspReportNum; | ESSG_PUSHORT_T | Number of reports defined for the given data cell range(s). |
See Also