Specifies whether a conditional formatting rule's rank value is interpreted as item count or percentage.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public enum ConditionalFormattingUnit
Fields
Rank value interpreted as absolute number of items.
C#
Items = 1
Rank value interpreted as percentage of the total range.
C#
Percent = 0