HTML_Table::getAutoGrow

HTML_Table::getAutoGrow -- Return autoGrow flag

概要

require_once "HTML/Table.php";

boolean HTML_Table::getAutoGrow ()

説明

Returns the value of the autoGrow flag. If a value into an cell, which not exists, HTML_Table will automatically add a necessary row or column, if the flag is TRUE.

返り値

boolean - the flag state

注意

この関数は、スタティックにコールする ことはできません。

参照

HTML_Table::setAutoGrow()