Returns the drill-through instance handle for the given data cell range(s).
Syntax
ESSG_FUNC_M EssGDTBeginDrillThrough (hGrid, usCells, pCells, ppDTInst);
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. |
ppDTInst; | ESSG_PPDTHINST_T | Drill-through instance handle returned for the given data cell range(s). |
See Also