EssGDTEndDrillThrough

Ends the drill-through session and frees up memory for the given drill-through instance handle.

Syntax

ESSG_FUNC_M EssGDTEndDrillThrough (pDTInst);
ParameterData TypeDescription

pDTInst;

ESSG_PDTHINST_T

Initialized drill-through instance handle for the given data cell range.

Example

For a code example, see C Grid API Drill-Through Example.

See Also