Class TTableGridLines
TTableGridLines class. TTableGridLines defines the enumerable type for the possible grid line types of an HTML table.
The following enumerable values are defined:
- None: no grid lines
- Horizontal: horizontal grid lines only
- Vertical: vertical grid lines only
- Both: both horizontal and vertical grid lines are shown
- TEnumerable implements Iterator
-
TTableGridLines
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/TStyle.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/TStyle.php
__construct(),
current(),
key(),
next(),
rewind(),
valid()
|
string |
None |
'None' |
|
string |
Horizontal |
'Horizontal' |
|
string |
Vertical |
'Vertical' |
|
string |
Both |
'Both' |