TdxSpreadSheetConditionalFormattingRuleTopBottomValues.Value Property
Specifies the absolute or relative number of affected cells in target cell ranges.
Declaration
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
Valueproperty specifies the absolute number of affected cells in target cell ranges. The property value can be within the range between1and1000. - tbvvtPercent
- The
Valueproperty specifies the percentage of affected cells in target cell ranges. The property value can be within the range between1and100. The calculated number of affected cells is always rounded down.
Default Value
The Value property’s default value is 10.
See Also