Ends the drill-through session.
Syntax
ESS_FUNC_M EssDTAPIClose (pDTAPIInst);
Parameter | Data Type | Description |
---|---|---|
pDTAPIInst; | ESS_PDTAPIHINST_T | Initialized drill-through instance handle for the given range of data cells |
Notes
EssDTAPIExit() closes the drill-through session, and frees up memory.
EssDTAPIClose() closes the drill-through session, but does not free up memory.
See Also