TTotalsRowFunction Enumeration
Type of function used to summarize a table column.
Syntax
Unit: FlexCel.Core
Members
Name |
Value |
Description |
None |
0 |
No total row.
|
Sum |
1 |
Sum of the values.
|
Min |
2 |
Minimum value of the column.
|
Max |
3 |
Maximum value of the column.
|
Average |
4 |
Mean value of the column.
|
Count |
5 |
Count of non-empty cells in the column.
|
CountNums |
6 |
Count of cells that contain numbers.
|
StdDev |
7 |
Standard deviation for the column.
|
Variance |
8 |
Variance for the column.
|
Custom |
9 |
A custom function that is determined by a formula.
|