HasErrorRule
Class
Conditional formatting rule that applies formatting when a cell contains an error value such as #DIV/0!, #N/A, or #VALUE!.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class HasErrorRule : ConditionalFormattingDxfRule
Inheritance: objectConditionalFormattingRuleConditionalFormattingDxfRuleHasErrorRule
Inherited Members
Constructors
Initializes a new HasErrorRule with the specified formatting to apply when the condition is met.
C#
public HasErrorRule(DifferentialFormatting formatting)