-
Notifications
You must be signed in to change notification settings - Fork 3
Columns
Thomas Möller edited this page Dec 12, 2021
·
13 revisions
Columns
This class contains methods and properties corresponding to columns.
- none
The following sections contain a detailed description of the properties and methods.
With this property you can specify the columns that will be shown in the pivot table.
--
myPivot.Columns.Fields = "State/Province"
With this property you can control wether the totals for the columns are shown in the pivot table or not.
True
myPivot.Columns.ShowTotals = True
--