ESS_DTAPIDATA_T

Defines the report data for a specific data cell.

typedef struct ESS_DTAPIDATA_T
{
   ESS_ULONG_T nRowIdx;
   ESS_ULONG_T nColumnIdx;
   ESS_CHAR_T  sData[ESS_MAX_DATALEN + 1];
} ESS_DTAPIDATA_T, *ESS_PDTAPIDATA_T, **ESS_PPDTAPIDATA_T;
Data TypeFieldDescription
ESS_ULONG_TnRowIdx0-indexed row number for the given data block
ESS_ULONG_TnColumnIdx0-indexed column number for the given data block
ESS_CHAR_TsData [ESS_MAX_DATALEN + 1]Data value for the given data block