Class TTableHeaderScope
TTableHeaderScope class. TTableHeaderScope defines the enumerable type for the possible table scopes that a table header is associated with.
The following enumerable values are defined:
- NotSet: the scope is not specified
- Row: the scope is row-wise
- Column: the scope is column-wise
- TEnumerable implements Iterator
-
TTableHeaderScope
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/TTableHeaderCell.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/TTableHeaderCell.php
__construct(),
current(),
key(),
next(),
rewind(),
valid()
|
string |
NotSet |
'NotSet' |
|
string |
Row |
'Row' |
|
string |
Column |
'Column' |