Skip to main content

TdxSpreadSheetConditionalFormattingRuleIconSet.PresetName Property

Specifies the identifier name of the icon preset used by the “Icon Set” conditional formatting rule.

Declaration

property PresetName: string read; write;

Property Value

Type
string

Remarks

Use this property to select a specific icon preset for the rule. Refer to the global conditional formatting icon storage‘s Presets property description for detailed information on all 19 predefined icon sets and their corresponding identifiers that you can assign to the PresetName property. The conditional formatting rule automatically updates the threshold collection according to the number of icons in the selected preset. To select between the normal and inverse icon order in the preset, use the Order property.

Note

The “Icon Set” conditional formatting rule uses the “3Arrows” preset by default. Setting the PresetName property to an empty string or a name that does not belong to a preset within the global conditional formatting icon storage results in activating the default preset.

See Also