A list of conditional value objects.
Syntax
Unit: FlexCel.Core
TConditionalFormatValueList = class(TFlexCelObject);
Methods
| Name |
Description |
| Clone |
Returns a deep copy of the list of value objects.
|
| Equals |
Returns true if both lists are the same.
|
| GetHashCode |
Returns a hashcode for the list.
|
| Add |
Adds the value to the list. Note that this is not a copy which is added, but the real object.
|
| CopyFrom |
Copies and replaces the values from a different list.
|
| Clear |
Removes all entries in the list.
|
Properties
| Name |
Description |
| Count |
Returns the count of objects in the list.
|
| Item[const index] |
Returns element at position index.
|