Table of Contents

TTableColumnDefinition.TotalsRowLabel Property

A String to show in the totals row cell for this column. This is ignored unless TotalsRowFunction is none. 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 String TotalsRowLabel { get; }

See also