EqualToRule
Class
Conditional formatting rule that applies formatting when a cell value equals a specified argument value.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class EqualToRule : SingleArgumentConditionalFormattingRule
Inheritance: objectConditionalFormattingRuleConditionalFormattingDxfRuleSingleArgumentConditionalFormattingRuleEqualToRule
Inherited Members
Constructors
Initializes a new instance of the EqualToRule class.
C#
public EqualToRule(string argument, DifferentialFormatting formatting)
Methods
Evaluates whether the cell value equals the argument and returns 1.0 if true, 0.0 otherwise.
C#
protected override double Resolve(ICellValue value)
The cell value
Returns:Overrides: