SummaryType

Wisej.Web.SummaryType

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Determines the aggregation result to display in the DataGridViewSummaryRow.

public enum SummaryType : Enum

Fields

NameDescription

Average

Calculates the average value of the non-empty cells in the group.

Count

Counts the non-empty cells in the group.

Custom

Uses a custom function to calculate the summary result.

Max

Calculates the maximum value in the group.

Min

Calculates the minimum value in the group.

None

The summary row is created without any aggregation result. Can be used to automatically group and nest rows.

Std

Calculates the standard deviation of the values in the group.

Sum

Adds the values in the group.

Used By

NameDescription

Creates or updates a DataGridViewSummaryRow for each group limited by the values in column groupCol .

Last updated