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