TdxSpreadSheetConditionalFormattingRuleTopBottomValues.Value Property
Specifies the absolute or relative number of cells to which custom formatting is applied.
Declaration
property Value: Integer read; write; default 10;
Property Value
Type | Default |
---|---|
Integer | 10 |
Remarks
Depending on the ValueType property value, the Value property specifies:
ValueType Value | Description |
---|---|
tbvvtRank | The absolute number of cells within the cell range(s) affected by the rule. The specified value is clamped within the range between 1 and 1000, inclusive. |
tbvvtPercent | The relative cell number as a percentage of all cells within the affected cell range(s). The specified value is clamped within the range between 1 and 100, inclusive. The calculated number of formatted cells is always rounded down. |
The default Value property value is 10.
See Also