Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetConditionalFormattingRuleTopBottomValuesDirection Enum

Enumerates available cell formatting conditions in a Top/Bottom Values conditional formatting rule.

#Declaration

Delphi
TdxSpreadSheetConditionalFormattingRuleTopBottomValuesDirection = (
    tbvdTop,
    tbvdBottom
);

#Members

Name
tbvdTop
tbvdBottom

#Remarks

Options include:

Value

Description

Example

tbvdTop

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(s). The actual number of formatted cells depends on the rule’s Value, ValueType property values, and/or the total number of affected cells.

Top Values

tbvdBottom

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(s). The actual number of formatted cells is calculated in the same manner as in the “Top Values” mode.

Bottom Values

#Direct TdxSpreadSheetConditionalFormattingRuleTopBottomValuesDirection Type Reference

The Top/Bottom Values conditional formatting rule’s Direction property references the TdxSpreadSheetConditionalFormattingRuleTopBottomValuesDirection type.

See Also