[]
Gets the value resulting of applying this function to a collection of rows for the specified column.
public virtual double GetValue(GridColumn column, IEnumerable<GridRow> rows)
| Type | Name | Description |
|---|---|---|
| GridColumn | column | The column to select the values. |
| IEnumerable<GridRow> | rows | The rows to compute. |
| Type | Description |
|---|---|
| double |