TdxSpreadSheetConditionalFormattingRuleIconSetStop Properties
A threshold value used as a criterion for applying a specific icon to data cells affected by the Icon Set conditional formatting rule.Name | Description |
---|---|
ActualValue | Returns the value that the conditional formatting controller uses as the top, bottom, or intermediate threshold value for cell evaluation. Inherited from TdxSpreadSheetConditionalFormattingRuleCustomScaleStop. |
ComparisonOperator | Specifies an operator used to compare the threshold value with values in cells affected by an “Icon Set“ conditional formatting rule. |
IconIndex | Specifies the index of an icon associated with the threshold value. |
Index | Returns a zero-based index of the threshold value within the conditional formatting rule‘s collection of thresholds. Inherited from TdxSpreadSheetConditionalFormattingRuleCustomScaleStop. |
Value | Specifies a numeric threshold value for a conditional formatting rule. Inherited from TdxSpreadSheetConditionalFormattingRuleCustomScaleStop. |
ValueType | Specifies how the threshold value is interpreted and/or calculated. Inherited from TdxSpreadSheetConditionalFormattingRuleCustomScaleStop. |
See Also