TdxSpreadSheetConditionalFormattingRuleTopBottomValuesValueType Enum
In This Article
Enumerates available formatted cell number interpretation modes in a “Top/Bottom Values“ conditional formatting rule.
#Declaration
Delphi
TdxSpreadSheetConditionalFormattingRuleTopBottomValuesValueType = (
tbvvtRank,
tbvvtPercent
);
#Members
Name |
---|
tbvvt
|
tbvvt
|
#Remarks
Options include:
Value | Description | Example (Value = 5) |
---|---|---|
tbvvt |
The rule’s Value property specifies the absolute number of cells within the affected cell range |
![]() |
tbvvt |
The Value property specifies the relative cell number as a percentage of all cells within the affected cell range |
![]() |
The “Top/Bottom Values“ conditional formatting rule’s ValueType property references the TdxSpreadSheetConditionalFormattingRuleTopBottomValuesValueType type.
See Also