Skip to main content

TdxSpreadSheetConditionalFormattingRuleColorScaleStop Members

A gradient stop used by the color scale-based conditional formatting rules.

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.
Color Specifies the key gradient color that corresponds to the rule 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