HasNoErrorRule
Class
Conditional formatting rule that applies formatting when a cell does not contain 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 HasNoErrorRule : ConditionalFormattingDxfRule
Inheritance: objectConditionalFormattingRuleConditionalFormattingDxfRuleHasNoErrorRule
Inherited Members
Constructors
Initializes a new HasNoErrorRule with the specified formatting to apply when the condition is met.
C#
public HasNoErrorRule(DifferentialFormatting formatting)