EnumAggregationType
Enum
Specifies the type of aggregation to perform.
Definition
Namespace:Telerik.Documents.AI.Tools.Spreadsheet.Core.AnalysisModels
Assembly:Telerik.Documents.AI.Tools.Spreadsheet.Core.dll
Syntax:
cs-api-definition
public enum AggregationType
Fields
Average
Calculate the average of values in the specified column.
Count
Count the number of matching rows.
CountDistinct
Count distinct values in the specified column.
Max
Find the maximum value in the specified column.
Min
Find the minimum value in the specified column.
Sum
Sum the values in the specified column.