-
Notifications
You must be signed in to change notification settings - Fork 3
Rows
Thomas Möller edited this page Jan 3, 2022
·
14 revisions
Rows
This class contains methods and properties corresponding to rows.
- none
The following sections contain a detailed description of the properties and methods.
With this property you can specify the rows that will be shown in the pivot table.
--
myPivot.Columns= "Product ID"
With this property you can control the sort order of the rows.
- key_a_to_z
- value_a_to_z
- value_z_to_a
key_a_to_z
myPivot.Rows.Order = key_a_to_z
With this property you can control whether the totals for the rows are shown in the pivot table or not.
True
myPivot.Rows.ShowTotals = True