Skip to main content

TdxSpreadSheetConditionalFormattingRuleCustomScaleStop Members

The base class for all classes that implement threshold values for cell range evaluation.

Constructors

Name Description
Create(TdxSpreadSheetConditionalFormattingRuleCustomScale) Creates a new threshold value for the specified threshold-based conditional formatting rule.

Properties

Name Description
ActualValue Returns the value that the conditional formatting controller uses as the top, bottom, or intermediate threshold value for cell evaluation.
Index Returns a zero-based index of the threshold value within the conditional formatting rule‘s collection of thresholds.
Value Specifies a numeric threshold value for a conditional formatting rule.
ValueType Specifies how the threshold value is interpreted and/or calculated.

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.
EndUpdate Re-enables repainting of the ExpressSpreadSheet or ExpressQuantumGrid View after calling the BeginUpdate procedure.
Equals(TObject) Inherited from TObject.
GetDefaultValueType protected Returns the default ValueType property value.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
ToString Inherited from TObject.
See Also