require_once 'HTML/Table.php';
void HTML_Table::setAutoFill (mixed $fill [, int $body=NULL])
void HTML_Table::setAutoFill
autoFill の値は、 値を設定していないすべてのセルに書き込まれます。
mixed $fill - 空セル用の標準の値。
int $body - 使用する tbody グループの番号。 NULL はすべてのグループを使用することを意味します。
この関数は、スタティックにコールする ことはできません。
HTML_Table::getAutoFill()