Programmer's Guide > Interfaces > TableObject interface > ExamineWhatColspec enumeration
  
ExamineWhatColspec enumeration
Parameter to renameColspec indicating what colspec tags are to be examined.
The ExamineWhatColspec enumeration has the following constants of type unsigned short.
EXAMINE_ALL_COLSPECS = 0
Examine all colspec tags.
EXAMINE_THEAD_COLSPECS = 1
Examine colspec tags in a thead.
EXAMINE_TFOOT_COLSPECS = 2
Examine colspec tags in a tfoot.
EXAMINE_TGROUP_COLSPECS = 3
Examine colspec tags at the top level in a tgroup.