ESS_DTHEADER_T

This structure defines header information for a specific column.

typedef struct ESS_DTHEADER_T
{
   ESS_ULONG_T         colIndex;
   ESSDTREPORTDATATYPE dataType;
   ESS_CHAR_T          data[ESS_DESCRIPTION_LEN + 1];
} ESS_DTHEADER_T, *ESS_PDTHEADER_T, **ESS_PPDTHEADER_T;

Data Type Field Description
ESS_ULONG_T colIndex 0-based index of the column position.
ESSDTREPORTDATATYPE dataType Data type of the given column of data.
ESS_CHAR_T data [ESS_DESCRIPTION_LEN + 1] Heading text for the given column of data.