Class FormulaRule
Represents a rule that determines whether a given value satisfies a given formula.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class FormulaRule : ConditionalFormattingDxfRule, IPropertyValueProvider
Constructors
FormulaRule(String)
Initializes a new instance of the FormulaRule class.
Declaration
[Obsolete("This constructor is obsoleted, please use the one with formatting parameter instead.")]
public FormulaRule(string formula)
Parameters
System.String
formula
|
FormulaRule(String, DifferentialFormatting)
Initializes a new instance of the FormulaRule class.
Declaration
public FormulaRule(string formula, DifferentialFormatting formatting)
Parameters
System.String
formula
|
DifferentialFormatting
formatting
|