TTMSFNCDataGridDataCalculationMethod Enumeration
The aggregate function to apply in a column or row calculation.
API unit family: TMSFNCDataGridData
Members
| Name | Description |
|---|---|
gcmSum |
Computes the sum of all values in the range. |
gcmAverage |
Computes the arithmetic mean of all values in the range. |
gcmMin |
Returns the smallest value in the range. |
gcmMax |
Returns the largest value in the range. |
gcmCount |
Counts the number of non-empty cells in the range. |
gcmCustom |
Delegates the calculation to the CustomCalculationCallback or OnCustomCalculation event. |
gcmDistinct |
Counts the number of distinct (unique) values in the range. |
gcmStandardDeviation |
Computes the standard deviation of the values in the range. |