HTML_Table::getAutoFill()
HTML_Table::getAutoFill() – Return autoFill value
Synopsis
require_once 'HTML/Table.php';
mixed HTML_Table::getAutoFill (
int $body=0
)
Description
Returns the autoFill value
Parameter
-
int $body
- The number of thetbody
group that should be used
Return value
mixed
- the value, which will be inserted into
empty cells
Note
This function can not be called statically.