-
Notifications
You must be signed in to change notification settings - Fork 3
Columns
Thomas Möller edited this page Jan 4, 2022
·
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 the sort order of the columns.
- key_a_to_z
- value_a_to_z
- value_z_to_a
key_a_to_z
myPivot.Columns.Order = key_a_to_z
With this property you can control whether the totals for the columns are shown in the pivot table or not.
True
myPivot.Columns.ShowTotals = True