Enum
AggregationType

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.

Declaration

cs-api-definition
Average = 2

Field Value

AggregationType

Count

Count the number of matching rows.

Declaration

cs-api-definition
Count = 0

Field Value

AggregationType

CountDistinct

Count distinct values in the specified column.

Declaration

cs-api-definition
CountDistinct = 5

Field Value

AggregationType

Max

Find the maximum value in the specified column.

Declaration

cs-api-definition
Max = 4

Field Value

AggregationType

Min

Find the minimum value in the specified column.

Declaration

cs-api-definition
Min = 3

Field Value

AggregationType

Sum

Sum the values in the specified column.

Declaration

cs-api-definition
Sum = 1

Field Value

AggregationType

In this article
DefinitionFieldsAverageCountCountDistinctMaxMinSum
Not finding the help you need?
Contact Support