ESS_DTAPIDATA_T

This structure 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 Type Field Description
ESS_ULONG_T nRowIdx 0-indexed row number for the given data block
ESS_ULONG_T nColumnIdx 0-indexed column number for the given data block
ESS_CHAR_T sData [ESS_MAX_DATALEN + 1] Data value for the given data block