SummaryType
Wisej.Web.Ext.DataGridViewSummaryRow.SummaryType
Last updated
Wisej.Web.Ext.DataGridViewSummaryRow.SummaryType
Last updated
Namespace: Wisej.Web.Ext.DataGridViewSummaryRow
Assembly: Wisej.Web.Ext.DataGridViewSummaryRow (1.0.0.0)
Determines the aggregation result to display in the DataGridViewSummaryRow.
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 . |