Defines a format of the color scales in a conditional format.
Syntax
Unit: FlexCel.Core
TConditionalFormatDefIconSet = class(TConditionalFormatDef);
Constructors
Name |
Description |
Create |
Creates an empty instance, where no format applies.
|
Methods
Name |
Description |
CheckIsValid |
Checks if the format definition is valid. This check will be applied automatically when you try to add a conditional format to a sheet, so there is no need to call this method directly. But you can use it to know if a conditional format will be rejected when you try to add it.
|
GetIconCount |
Returns the number of icons for a given iconset.
|
Clone |
Returns a deep copy of the object.
|
Equals |
Returns true if this object is equal to obj.
|
GetHashCode |
Returns the hashcode for this object.
|
Properties
Name |
Description |
Values |
A list of definitions and colors for the Icon Set. It must have the same number of values as the count of the icons in the set - 1. ...[more] |
IconSet |
The set of icons used in the conditional format.
|
Reverse |
If true the icons will be reversed.
|
ShowValues |
If false the cell values will not be shown.
|
CustomIcons |
Use this property to mix and match icons from different iconsets. If null, then only the standard icons from the set will be used.
|
IsCustom |
Returns true if CustomIcons is not empty.
|