Class DuplicateValuesRule
Conditional formatting rule that applies formatting to cells containing values that appear more than once 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 DuplicateValuesRule with default formatting.
Declaration
[Obsolete("This constructor is obsoleted, please use the one with formatting parameter instead.")]
public DuplicateValuesRule()
DuplicateValuesRule(DifferentialFormatting)
Initializes a new DuplicateValuesRule with the specified formatting to apply when the condition is met.
Declaration
public DuplicateValuesRule(DifferentialFormatting formatting)
Parameters
|
DifferentialFormatting
formatting
|