Eds the drill-through session for the given drill-through instance handle.
Syntax
ESS_FUNC_M EssDTClose (pDTInst);
Parameter | Data Type | Description |
---|---|---|
pDTInst; | ESS_PDTHINST_T | Initialized drill-through instance handle for the given data cell range(s) |
Notes
EssDTClose() closes the drill-through session, but does not free up memory.
EssDTExit() closes the drill-through session, and frees up memory.
See Also