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