DataGridViewSummaryRowExtensions

Wisej.Web.Ext.DataGridViewSummaryRow.DataGridViewSummaryRowExtensions

Namespace: Wisej.Web.Ext.DataGridViewSummaryRow

Assembly: Wisej.Web.Ext.DataGridViewSummaryRow (1.0.0.0)

Adds summary methods to the DataGridView control.

public class DataGridViewSummaryRowExtensions

In Visual Basic and C#, you can call this method as an instance method on any object of type Object. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

Methods

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

Returns: DataGridViewSummaryRow[]. Array of the DataGridViewSummaryRow rows displaying the aggregated values.

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

Returns: DataGridViewSummaryRow[]. Array of the DataGridViewSummaryRow rows displaying the aggregated values.

Creates or updates a DataGridViewSummaryRow for each group limited by the values in the columns from groupFromCol to groupToCol .

Returns: DataGridViewSummaryRow[]. Array of the DataGridViewSummaryRow rows displaying the aggregated values.

Creates or updates a DataGridViewSummaryRow for each group limited by the values in the columns from groupFromCol to groupToCol .

Returns: DataGridViewSummaryRow[]. Array of the DataGridViewSummaryRow rows displaying the aggregated values.

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

Returns: DataGridViewSummaryRow[]. Array of the DataGridViewSummaryRow rows displaying the aggregated values.

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

Returns: DataGridViewSummaryRow[]. Array of the DataGridViewSummaryRow rows displaying the aggregated values.

Creates or updates a DataGridViewSummaryRow for each group limited by the values in the columns from groupFromCol to groupToCol .

Returns: DataGridViewSummaryRow[]. Array of the DataGridViewSummaryRow rows displaying the aggregated values.

Creates or updates a DataGridViewSummaryRow for each group limited by the values in the columns from groupFromCol to groupToCol .

Returns: DataGridViewSummaryRow[]. Array of the DataGridViewSummaryRow rows displaying the aggregated values.

Removes the all the summary rows.

Removes the summary rows that match the specified summaryPosition .

Removes the summary rows grouped by groupFromCol .

Removes the summary rows grouped by groupFromCol and groupToCol .

Removes the summary rows grouped by groupFromCol .

Removes the summary rows grouped by groupFromCol and groupToCol .

Removes the summary rows that match the specified summaryPosition and grouped by groupFromCol .

Removes the summary rows that match the specified summaryPosition and grouped by groupFromCol and groupToCol .

Removes the summary rows that match the specified summaryPosition and grouped by groupFromCol and groupToCol .

Last updated