Skip to main content

TdxSpreadSheetConditionalFormattingIconSetPreset.Description Property

Returns the icon preset’s descriptive name.

Declaration

property Description: string read;

Property Value

Type
string

Remarks

You can use this property to display the icon preset’s descriptive name in UI elements of your application. To obtain the preset’s identifier string within the collection, use the Name property instead.

Refer to the global conditional formatting icon storage‘s Presets property description for the full list of 19 built-in presets, including their identifiers, descriptions, and preview examples.

See Also