Class FormulaRule
Conditional formatting rule that applies formatting when a cell satisfies a custom formula expression.
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 FormulaRule with the specified formula expression.
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 FormulaRule with the specified formula expression and formatting to apply when the condition is met.
Declaration
public FormulaRule(string formula, DifferentialFormatting formatting)
Parameters
|
System.String
formula
|
|
DifferentialFormatting
formatting
|