TDrawingUnderline Record
Specifies the Fill style and line style of underlined text, when it is underlined.
Syntax
Unit: FlexCel.Core
TDrawingUnderline = record;
Methods
| Name |
Description |
| CompareTo |
Returns -1, 0 or 1 depending if this object is smaller or bigger than the other.
|
| GetHashCode |
Returns the hashcode of the object.
|
| Equals |
Returns true if both instances have the same data.
|
| IsNull |
Returns true if the record doesn't have a defined value.
|
| HasValue |
Returns true if the record has a defined value. This is the inverse of IsNull |
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. |
| Implicit Conversion |
Automatically converts from TNull instances to TDrawingUnderline instances |