Applies To
PivotTable Object.
Description
True if the PivotTable shows column grand totals. Read-write.
See Also
RowGrand Property.
Example
This example sets the PivotTable to show column grand totals.
Set pvtTable = Worksheets("Sheet1").Range("A3").PivotTable pvtTable.ColumnGrand = True