Click or drag to resize

AggregateFunction Enumeration

Aggregate function applied to an element with a Data pivot position

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public enum AggregateFunction
Members
Member nameValueDescription
Sum0 Value is aggregated with a Sum
Min1 Value is aggregated with a Minimum
Max2 Value is aggregated with a Maximum
Avg3 Value is aggregated with an Average
Count4 Value is aggregated with a Count
CountDistinct5 Value is aggregated with a Count Distinct
See Also