totals_row_function_t

Defined in header: <orcus/spreadsheet/types.hpp>

enum class orcus::spreadsheet::totals_row_function_t

Function type used in the totals row of a table.

Values:

enumerator none
enumerator sum
enumerator minimum
enumerator maximum
enumerator average
enumerator count
enumerator count_numbers
enumerator standard_deviation
enumerator variance
enumerator custom