IPivotEvaluatorTotals.ColumnTotalName

Syntax

ColumnTotalName(Type: PivotEvaluatorElementType): String;

Parameters

Type. Type of totals calculated by columns.

Description

The ColumnTotalName property determines a custom name of totals displayed by columns.

Comments

If property value is not set, default total name is displayed.

To determine custom names of totals displayed by rows, use the IPivotEvaluatorTotals.RowTotalName property.

Example

The property use is given in the example for IPivotEvaluatorTotals.RowTotalName.

See also:

IPivotEvaluatorTotals