require_once 'HTML/Table.php';
void HTML_Table::setColType (int $col, string $type)
void HTML_Table::setColType
Sets the type of a column to 'th' or 'td'
int $col - Column index
string $type - th or td
This function can not be called statically.