TdxSpreadSheetConditionalFormattingRuleTopBottomValuesDirection Enum
Enumerates available cell formatting conditions in a Top/Bottom Values conditional formatting rule.
#Declaration
TdxSpreadSheetConditionalFormattingRuleTopBottomValuesDirection = (
tbvdTop,
tbvdBottom
);
#Members
Name |
---|
tbvd
|
tbvd
|
#Remarks
Options include:
Value | Description | Example |
---|---|---|
| In the “Top Values” mode, the rule applies custom formatting to a specific number of cells containing the highest values in the affected cell range | |
| In the “Bottom Values” mode, the rule applies custom formatting to a specific number of cells containing the lowest values in the affected cell range |
#Direct TdxSpreadSheetConditionalFormattingRuleTopBottomValuesDirection Type Reference
The Top/Bottom Values conditional formatting rule’s Direction property references the TdxSpreadSheetConditionalFormattingRuleTopBottomValuesDirection
type.