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