TdxSpreadSheetConditionalFormattingRuleIconSetStop Members
A threshold value used as a criterion for applying a specific icon to data cells affected by the Icon Set conditional formatting rule.Constructors
Name | Description |
---|---|
Create(TdxSpreadSheetConditionalFormattingRuleCustomScale) | Creates a new threshold value for the specified threshold-based conditional formatting rule. Inherited from TdxSpreadSheetConditionalFormattingRuleCustomScaleStop. |
Properties
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. |
Methods
Name | Description |
---|---|
Assign(TPersistent) | Inherited from TPersistent. |
AssignTo(TPersistent) | Inherited from TPersistent. |
BeginUpdate | Prevents all repaint operations in the target spreadsheet or data presentation control until an EndUpdate procedure call. Inherited from TdxSpreadSheetConditionalFormattingRuleCustomScaleStop. |
EndUpdate | Re-enables repainting of the ExpressSpreadSheet or ExpressQuantumGrid View after calling the BeginUpdate procedure. Inherited from TdxSpreadSheetConditionalFormattingRuleCustomScaleStop. |
Equals(TObject) | Inherited from TObject. |
GetDefaultValueType protected | Returns the default ValueType property value. Inherited from TdxSpreadSheetConditionalFormattingRuleCustomScaleStop. |
GetHashCode | Inherited from TObject. |
GetNamePath | Inherited from TPersistent. |
GetOwner | Inherited from TPersistent. |
QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
ToString | Inherited from TObject. |
See Also