ConsolidationFunction Enum
Represents a subtotal function.
Fields
Average | The 'AVERAGE' function. |
Count | The 'COUNTA' function. |
CountNumbers | The 'COUNT' function. |
Max | The 'MAX' function. |
Min | The 'Min' function. |
Product | The 'Product' function. |
StdDev | The 'STDEV.S' function. |
StdDevp | The 'STDEV.P' function. |
Sum | The 'SUM' function. |
Unknown | No subtotal function specified. |
Var | The 'VAR.S' function. |
Varp | The 'VAR.P' function. |