Columm aggregates. Used in Aggregate property.
| C# | Visual Basic |
public enum AggregateValues
Public Enumeration AggregateValues
| Member | Description |
|---|---|
| None |
No aggregate
|
| Sum |
Sums the values in the column
|
| Avg |
Averages the values in the column
|
| Min |
Display the minimum value in the column
|
| Max |
Display the maximum value in the column
|
| Count |
Displays a count
|