TdxSpreadSheetConditionalFormattingIconSetPreset.Name Property
Returns the preset’s identifier name within the icon preset collection.
Declaration
property Name: string read;
Property Value
Type |
---|
string |
Remarks
Use this property to obtain the icon preset’s string identifier within the collection. To associate the preset with an “Icon Set“ conditional formatting rule, assign the Name property value to the rule’s PresetName property. Refer to the global conditional formatting icon storage’s Presets property description for all the names of all predefined icon presets.
You can also use the Name property value to find the preset within the collection by calling its FindByName function.
Note
To obtain the icon preset’s descriptive name for use in UI elements of your application, use the Description property instead.
See Also