Skip to content

Columns

Thomas Möller edited this page Dec 12, 2021 · 13 revisions

Class name

Columns

Purpose / Description

This class contains methods and properties corresponding to columns.

Methods

  • none

Properties


Detailed description

The following sections contain a detailed description of the properties and methods.

ShowTotals

Description:

With this property you can control wether the totals are shown in the pivot table.

Default value:

True

Sample code:

myPivot.Columns.Fields = "State/Province"

Related to:

Rows

Fields

Description:

With this property you can specify the columns that will be shown in the pivot table.

Default value:

--

Sample code:

myPivot.Columns.ShowTotals = True

Related to:

--