Applies differential formatting to cells based on their position relative to the average of a range, supporting above, below, and equal-to-average conditions.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class ValueDistributionRule : ConditionalFormattingDxfRule
Inheritance: objectConditionalFormattingRuleConditionalFormattingDxfRuleValueDistributionRule
Inherited Members
Constructors
Initializes a new ValueDistributionRule with the specified value distribution condition and differential formatting.
C#
public ValueDistributionRule(ValueDistribution distribution, DifferentialFormatting formatting)