BottomRule
Class
Conditional formatting rule that applies formatting to cells containing the smallest values in a range, by rank or percentage.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class BottomRule : ConditionalFormattingDxfRule
Inheritance: objectConditionalFormattingRuleConditionalFormattingDxfRuleBottomRule
Inherited Members
Constructors
Initializes a new BottomRule with the specified unit type, rank count, and formatting to apply when the condition is met.
C#
public BottomRule(ConditionalFormattingUnit unit, int rank, DifferentialFormatting formatting)
Properties
Specifies the number or percentage of bottom values to format, depending on the unit type.
C#
public int Rank { get; set; }
Specifies whether the rank is interpreted as item count or percentage.
C#
public ConditionalFormattingUnit Unit { get; set; }