Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 783 Bytes

Excel.PivotTable.ColumnGrand.md

File metadata and controls

38 lines (23 loc) · 783 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
PivotTable.ColumnGrand property (Excel)
vbaxl10.chm235075
vbaxl10.chm235075
Excel.PivotTable.ColumnGrand
aa012e55-c944-22f1-13da-7ad76ae72c5b
05/08/2019
medium

PivotTable.ColumnGrand property (Excel)

True if the PivotTable report shows grand totals for columns. Read/write Boolean.

Syntax

expression.ColumnGrand

expression A variable that represents a PivotTable object.

Example

This example sets the PivotTable report to show grand totals for columns.

Set pvtTable = Worksheets("Sheet1").Range("A3").PivotTable 
pvtTable.ColumnGrand = True

[!includeSupport and feedback]