Class HasErrorRule
Represents a rule that determines whether a given value contains an error 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 HasErrorRule : ConditionalFormattingDxfRule, IPropertyValueProvider
Constructors
HasErrorRule()
Initializes a new instance of the HasErrorRule class.
Declaration
[Obsolete("This constructor is obsoleted, please use the one with formatting parameter instead.")]
public HasErrorRule()
HasErrorRule(DifferentialFormatting)
Initializes a new instance of the HasErrorRule class.
Declaration
public HasErrorRule(DifferentialFormatting formatting)
Parameters
DifferentialFormatting
formatting
|