ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

AggregateEnum Enumeration

Specifies the type of aggregate that is computed for a grouped row.

[Visual Basic]

Public Enum AggregateEnum

[C#]

public enum AggregateEnum

[Delphi]

type AggregateEnum = (Average, Count, Custom, Max, Min, None, Std, StdPop, Sum, Var, VarPop);

Namespace: C1.Win.C1TrueDBGrid

Assembly: C1.Win.C1TrueDBGrid.2 (in C1.Win.C1TrueDBGrid.2.dll)

Members

Member name

Description

Average

Average of the numerical values.

Count

Count of non-empty values.

Custom

Causes the GroupAggregate event to be raised.

Max

Maximum value (numerical, string, or date).

Min

Minimum value (numerical, string, or date).

None

No aggregate is calculated or displayed.

Std

Standard deviation (using formula for Sample, n-1).

StdPop

Standard deviation (using formula for Population, n).

Sum

Sum of numerical values.

Var

Variance (using formula for Sample, n-1).

VarPop

Variance (using formula for Population, n).

See Also

C1.Win.C1TrueDBGrid Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.