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