SummaryRowPosition
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Determines the location where to insert the DataGridViewSummaryRow.
- C#
- VB.NET
public enum SummaryRowPosition : Enum
Public Enum SummaryRowPosition As [Enum]
Fields
| Name | Description |
|---|---|
| Above | The summary row is inserted above the group. |
| Below | The summary row is inserted below the group. |
| Parent | The summary row is created a the parent row of the group. |
Used By
| Name | Description |
|---|---|
| DataGridView.RemoveSummaryRows | Removes the summary rows that match the specified summaryPosition and grouped by groupFromCol and groupToCol . |
| DataGridView.AddSummaryRows | Creates or updates a DataGridViewSummaryRow for each group limited by the values in column groupCol . |
| DataGridView.CreateSummaryRow | Invoked by all the AddSummaryRows methods to create a new DataGridViewSummaryRow in relation to the specified group . |
| DataGridViewSummaryRow.SummaryPosition | Returns the SummaryRowPosition of this DataGridViewSummaryRow. |