TdxSpreadSheetConditionalFormattingAreaInfo.NumericValueCount Property
Returns the total count of numeric cell values within the list of affected cell ranges.
Declaration
property NumericValueCount: Integer read;
Property Value
Type |
---|
Integer |
Remarks
All conditional formatting rules that evaluate numeric cell values use the NumericValueCount property to identify the actual number of cells for evaluation. This number is also used to calculate the AverageValue and StandardDeviation property values.
See Also