Displays the Table column titles.
When using this property and the SuspendCalculation (Property) is true, use the Recalculate (Method) to recalculate the Report section. |
This example shows how to hide table column titles:
ActiveDocument.Sections["Report"].Body.Tables["Table"].ShowColumnTitles = false