HTML_Table::setColType

HTML_Table::setColType -- Set column type

Synopsis

require_once "HTML/Table.php";

void HTML_Table::setColType (int $col, string $type)

Description

Sets the type of a column to 'th' or 'td'

Parameter

Note

This function can not be called statically.