Skip to main content

TdxSpreadSheetConditionalFormattingRuleCustomScaleStop.ActualValue Property

Returns the value that the conditional formatting controller uses as the top, bottom, or intermediate threshold value for cell evaluation.

Declaration

property ActualValue: Double read;

Property Value

Type
Double

Remarks

Use this property to identify the actual threshold value to which the values within the affected cells are compared, regardless of the Value and ValueType property values. Depending on the Index property value, the conditional formatting controller uses the ActualValue property value as the top, bottom, or intermediate threshold value for calculating a cell formatting condition.

See Also