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