require_once 'HTML/Table.php';
void HTML_Table::setRowCount (int $rows [, int $body=0])
void HTML_Table::setRowCount
テーブル内の行の数を設定します。
int $rows - 作成する行の数。
int $body - 使用する tbody グループの番号。
この関数は、スタティックにコールする ことはできません。
HTML_Table::setColCount()