Class HasNoErrorRule
Conditional formatting rule that applies formatting when a cell does not contain an error value such as #DIV/0!, #N/A, or #VALUE!.
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 HasNoErrorRule : ConditionalFormattingDxfRule, IPropertyValueProvider
Constructors
HasNoErrorRule()
Initializes a new HasNoErrorRule with default formatting.
Declaration
[Obsolete("This constructor is obsoleted, please use the one with formatting parameter instead.")]
public HasNoErrorRule()
HasNoErrorRule(DifferentialFormatting)
Initializes a new HasNoErrorRule with the specified formatting to apply when the condition is met.
Declaration
public HasNoErrorRule(DifferentialFormatting formatting)
Parameters
|
DifferentialFormatting
formatting
|