ESS_DTHEADER_T

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 TypeFieldDescription
ESS_ULONG_TcolIndex0-based index of the column position.
ESSDTREPORTDATATYPEdataTypeData type of the given column of data.
ESS_CHAR_Tdata [ESS_DESCRIPTION_LEN + 1]Heading text for the given column of data.