ShowColumnTitles (Property)

Applies To:

ReportTable object

Description:

Displays the Table column titles.

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 hide table column titles:

ActiveDocument.Sections["Report"].Body.Tables["Table"].ShowColumnTitles = false