Namespace: PP.Ui
The TabSheetCellBorderIndex enumeration determines type of table cell border.
It is used by the following properties and methods:
TabSheetCellBorderStyle.toCSS.
TabSheetCellStyle.getBorderByCoord.
Value |
Brief description |
0 |
DiagonalDown. Diagonal down right to left border. |
1 |
DiagonalUp. Diagonal up right to left border. |
2 |
EdgeTop. Top border. |
3 |
EdgeLeft. Left border. |
4 |
EdgeBottom. Bottom border. |
5 |
EdgeRight. Right border. |
6 |
InsideHorizontal. Inside horizontal borders. |
7 |
InsideVertical. Inside vertical borders. |
8 |
Outline. Outside borders without inside borders. |
9 |
All. All inside and outside borders. |
NOTE. The web application does not support displaying of diagonals for table cells.
Seebsp;also: