Class DuplicateValuesRule
Represents a rule which determines whether a given vlaue is duplicate in the rule's range.
Inheritance
System.Object
DuplicateValuesRule
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 DuplicateValuesRule : ConditionalFormattingDxfRule, IPropertyValueProvider
Constructors
DuplicateValuesRule()
Initializes a new instance of the DuplicateValuesRule class.
Declaration
[Obsolete("This constructor is obsoleted, please use the one with formatting parameter instead.")]
public DuplicateValuesRule()
DuplicateValuesRule(DifferentialFormatting)
Initializes a new instance of the DuplicateValuesRule class.
Declaration
public DuplicateValuesRule(DifferentialFormatting formatting)
Parameters
DifferentialFormatting
formatting
|