TdxSpreadSheetConditionalFormattingRuleIconSet Properties
An Icon Set conditional formatting rule.Name | Description |
---|---|
Area | Deprecated. This property exists for backward compatibility only. Use the Areas property instead. Inherited from TdxSpreadSheetCustomConditionalFormattingRule. |
AreaInfo protected | Inherited from TdxSpreadSheetConditionalFormattingCustomRule. |
Areas | Specifies target cell ranges. Inherited from TdxSpreadSheetCustomConditionalFormattingRule. |
Index | Specifies the conditional formatting rule’s index in the parent conditional formatting controller. Inherited from TdxSpreadSheetCustomConditionalFormattingRule. |
Order | Specifies the icon order within the active preset. |
Owner | Provides access to the parent conditional formatting controller. Inherited from TdxSpreadSheetCustomConditionalFormattingRule. |
PresetName | Specifies the identifier name of the icon preset that corresponds to the rule’s threshold points. |
ShowValue | Specifies if cell values are displayed in addition to icons. |
StopCount | Specifies the number of thresholds that the “Icon Set”conditional formatting rule uses. |
StopIfTrue protected | Specifies if the parent conditional formatting controller evaluates other rules with lower priority that are applied to the same areas if the current rule’s condition is met. Inherited from TdxSpreadSheetCustomConditionalFormattingRule. |
Stops | Provides indexed access to individual icon set thresholds. |
See Also