DataGridViewSummaryRow
Wisej.Web.DataGridViewSummaryRow
Last updated
Was this helpful?
Wisej.Web.DataGridViewSummaryRow
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents a summary row in a DataGridView control.
You may derive from this class, and override CreateSummaryRow, to create custom DataGridViewSummaryRow rows.
Initializes a new instance of DataGridViewSummaryRow.
group
groupFromCol
groupToCol
summaryPosition
Throws:
ArgumentNullException group is null.
DataGridViewColumn: Returns the first DataGridViewColumn used to determine the group breaks.
DataGridViewRow[]: Returns the array of rows that have been aggregated in this DataGridViewSummaryRow.
DataGridViewColumn: Returns the last DataGridViewColumn used to determine the group breaks.
SummaryRowPosition: Returns the SummaryRowPosition of this DataGridViewSummaryRow.
An array of the summarized by the group row being created.
The first delimiting the group.
The last delimiting the group.
The indicated by the method call.