EssDTAPIGetColumns

Retrieves an array of report header information structures for the given drill-through instance handle.

Syntax

ESS_FUNC_M EssDTAPIGetColumns (pDTAPIInst, ppCol, pulCount);
ParameterData TypeDescription

pDTAPIInst;

ESS_DTAPIHINST_T

Initialized drill-through instance handle for the given range of data cells

ppCol;

ESS_DTAPIHEADER_T

An array of report header structures for the given columns

pulCount;

ESS_PULONG_T

Number of data blocks in the ppCol report header information array

See Also