Can we change change totals sum() in output result table?

Options
If column in output result table contains numbers, LinqPad displays "bar button" in column header, and total row which calculates column sum.

Is there any way we can change the sum aggregation to average, min, max, ...?

Comments