New to Telerik Document ProcessingStart a free 30-day trial

Specifies a threshold value calculated dynamically from a formula expression for conditional formatting rules.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

C#
public class FormulaValue : IRangeValue

Inheritance: objectFormulaValue

Implements: IRangeValue

Constructors

Initializes a new FormulaValue with the specified formula expression.

C#
public FormulaValue(string formula)
Parameters:formulastring

Properties

Gets the formula expression used to calculate the threshold value.

C#
public string Formula { get; }

Gets the value type, always Formula.

C#
public ValueType Type { get; }

Implements: IRangeValue.Type