SummaryType
Wisej.Web.Ext.DataGridViewSummaryRow.SummaryType
Last updated
Was this helpful?
Wisej.Web.Ext.DataGridViewSummaryRow.SummaryType
Last updated
Was this helpful?
Namespace: Wisej.Web.Ext.DataGridViewSummaryRow
Assembly: Wisej.Web.Ext.DataGridViewSummaryRow (1.0.0.0)
Determines the aggregation result to display in the .
Name
Description
Average
Calculates the average value of the non-empty cells in the group.
Count
Counts the non-empty cells in the group.
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.
Name
Description
Creates or updates a for each group limited by the values in column groupCol .