WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridAggregateFunction Class / GetValue Method
The column to select the values.
The rows to compute.
In This Topic
    GetValue Method
    In This Topic
    Gets the value resulting of applying this function to a collection of rows for the specified column.
    Syntax
    public virtual double GetValue( 
       GridColumn column,
       IEnumerable<GridRow> rows
    )

    Parameters

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