Class TTableRowSection
TTableRowSection class. TTableRowSection defines the enumerable type for the
possible table sections that a TTableRow
can be within.
The following enumerable values are defined:
- Header: in table header
- Body: in table body
- Footer: in table footer
- TEnumerable implements Iterator
-
TTableRowSection
Package: System\Web\UI\WebControls
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0.4
Located at Web/UI/WebControls/TTableRow.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0.4
Located at Web/UI/WebControls/TTableRow.php
__construct(),
current(),
key(),
next(),
rewind(),
valid()
|
string |
Header |
'Header' |
|
string |
Body |
'Body' |
|
string |
Footer |
'Footer' |