Back to Devexpress

TdxSpreadSheetConditionalFormattingRuleTopBottomValues.Value Property

vcl-dxspreadsheetconditionalformattingrules-dot-tdxspreadsheetconditionalformattingruletopbottomvalues-3a8a1b38.md

latest2.2 KB
Original Source

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

TypeDefaultDescription
Integer10

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.tbvvtPercentThe 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

TdxSpreadSheetConditionalFormattingRuleTopBottomValues.ValueType Property

TdxSpreadSheetConditionalFormattingRuleTopBottomValues Class

TdxSpreadSheetConditionalFormattingRuleTopBottomValues Members

dxSpreadSheetConditionalFormattingRules Unit