Table of Contents

TTableColumnDefinition.TotalsRowFunction Property

An enumeration that specifies what function is used to aggregate the data in a column. When set to custom, the value in TotalsRowFormula is used instead. Additionally, FlexCel will ignore this value when adding a table with totals and read the formula from the cell itself. If the table doesn't have a total row, then this value will be used.

Syntax

Namespace: FlexCel.Core

public TTotalsRowFunction TotalsRowFunction { get; }

See also