Wisej.Web.Ext.DataGridViewSummaryRow.SummaryType
Namespace: Wisej.Web.Ext.DataGridViewSummaryRow
Assembly: Wisej.Web.Ext.DataGridViewSummaryRow (1.0.0.0)
Determines the aggregation result to display in the DataGridViewSummaryRow.
public enum SummaryType : Enum
Public Enum SummaryType As [Enum]
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.
DataGridViewSummaryRowExtensions.AddSummaryRows
Creates or updates a DataGridViewSummaryRow for each group limited by the values in column groupCol .
Last updated 4 years ago
Was this helpful?