void HTML_Table::setRowType ( int $row , string $type )
Définit le type d'une ligne en 'th' ou 'td' .
int $row - Index de la ligne
string $type - 'th' ou 'td'
This function can not be called statically.
HTML_Table::setColType()