Skip to main content

ConditionalFormattingIconSet Method

Provides access to the global storage of icons that you can use to create “Icon Set“ conditional formatting rules.

Declaration

function ConditionalFormattingIconSet: TdxSpreadSheetConditionalFormattingIconSet;

Returns

Type
TdxSpreadSheetConditionalFormattingIconSet

Remarks

You can call this global function to customize the collection of available icon presets or obtain the required icon preset’s identifier for use in an “Icon Set” conditional formatting rule. Refer to the TdxSpreadSheetConditionalFormattingIconSet class description for detailed information on all available options.

Note

A first ConditionalFormattingIconSet function call creates and populates the global conditional formatting icon storage.

See Also