TdxSpreadSheetConditionalFormattingRuleIconSet Properties
An Icon Set conditional formatting rule.Name | Description |
---|---|
Area | Specifies a single cell or cell range affected by the conditional formatting rule. Inherited from TdxSpreadSheetCustomConditionalFormattingRule. |
AreaInfo protected | Inherited from TdxSpreadSheetConditionalFormattingCustomRule. |
Areas | Specifies one or more cell ranges affected by the conditional formatting rule. Inherited from TdxSpreadSheetCustomConditionalFormattingRule. |
Index | Specifies the conditional formatting rule’s zero-based index in the conditional formatting controller. Inherited from TdxSpreadSheetCustomConditionalFormattingRule. |
Order | Specifies the icon order within the active preset. |
Owner | Returns the conditional formatting controller to which the rule belongs. Inherited from TdxSpreadSheetCustomConditionalFormattingRule. |
PresetName | Specifies the identifier name of the icon preset used by the “Icon Set” conditional formatting rule. |
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 conditional formatting controller evaluates rules with lower priorities if applied to the same cell range(s).. Inherited from TdxSpreadSheetCustomConditionalFormattingRule. |
Stops | Provides zero-based indexed access to the conditional formatting rule’s thresholds. |
See Also