ShowColumnTotal (Property)

Applies To:

TableFact object

Description:

Displays column total (break total) on a Table Fact column in the Report section.

Note:

When using this property and the SuspendCalculation (Property) is true, use the Recalculate (Method) to recalculate the Report section.

Action:

Read-write, Boolean

Example:

This example shows how to display the column total for the Amount Sales Table column:

ActiveDocument.Sections["Report"].Body.Tables["Table"].Facts["Amount Sales"].ShowColumnTotal = true