TFlxOneBorder Record
Border style and color for one of the 4 sides of a cell.
Syntax
Unit: FlexCel.Core
TFlxOneBorder = record;
Methods
| Name |
Description |
| Create |
Initializes the structure to its default values.
|
| Equals |
Returns true when 2 borders are the same.
|
| GetHashCode |
Hash code for the border.
|
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. |
Properties
| Name |
Description |
| Style |
Border style.
|
| Color |
Color of the border.
|