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

TdxSpreadSheetConditionalFormattingRuleTopBottomValues.Value Property

Specifies the absolute or relative number of affected cells in target cell ranges.

#Declaration

Delphi
property Value: Integer read; write; default 10;

#Property Value

Type Default Description
Integer 10

The number or percentage of affected cells in target cell ranges.

#Remarks

Use Value and ValueType properties to specify the number of formatted top or bottom values in target cell ranges. The ValueType property value specifies the active Value property interpretation mode.

#ValueType Property Values

tbvvtRank (default)
The Value property specifies the absolute number of affected cells in target cell ranges. The property value can be within the range between 1 and 1000.
tbvvtPercent
The Value property specifies the percentage of affected cells in target cell ranges. The property value can be within the range between 1 and 100. The calculated number of affected cells is always rounded down.

#Default Value

The Value property’s default value is 10.

See Also