C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridAggregateFunction Class / GetValue Method
The column to select the values.
The rows to compute.

In This Topic
GetValue Method (GridAggregateFunction)
In This Topic
Gets the value resulting of applying this function to a collection of rows for the specified column.
Syntax
'Declaration
 
Public Overridable Function GetValue( _
   ByVal column As GridColumn, _
   ByVal rows As IEnumerable(Of GridRow) _
) As Double
 

Parameters

column
The column to select the values.
rows
The rows to compute.
See Also