TTableBorders Record
Determines which parts of the borders will be applied in the Table.
Syntax
Unit: FlexCel.Core
TTableBorders = record;
Fields
| Name |
Description |
| Left |
Left border of the full section of the table. Does not apply to the borders of cells inside the section.
|
| Top |
Top border of the full section of the table. Does not apply to the borders of cells inside the section.
|
| Right |
Right border of the full section of the table. Does not apply to the borders of cells inside the section.
|
| Bottom |
Bottom border of the full section of the table. Does not apply to the borders of cells inside the section.
|
| InsideVertical |
Vertical borders inside the section of the table. Does not apply to the borders in the exterior of the section.
|
| InsideHorizontal |
Horizontal borders inside the section of the table. Does not apply to the borders in the exterior of the section.
|
Methods
| Name |
Description |
| Create |
Creates a new struct setting the members.
|
| Equals |
Returns true if both objects are the same |
| GetHashCode |
Returns the hashcode of the struct.
|
Operators
| Name |
Description |
| Equality |
Adapts the = operator so it returns true when both instances have the same values. |
| Inequality |
Adapts the <> operator so it returns true when both instances have different values. |