|
|
|
|
|
|
|
|
|
|
<Pivot Table>.ExpandAll (Function) In french: <Tableau croisé dynamique>.DérouleTout Expands all row and/or column headers in a Pivot Table control.
PVT_Statistics.Load(sFile)
PVT_Statistics.ExpandAll()
Syntax
<Pivot Table control>.ExpandAll([<Type of header>])
<Pivot Table control>: Control name Name of the Pivot Table control to be used. This Pivot Table control must have been populated using <Pivot table>.CalculateAll or <Pivot Table>.Load. <Type of header>: Optional Integer constant (or combination of constants) Type of the header to expand: | | | pvtColumnHeader | Expands the column headers. | | pvtRowHeader | Expands the row headers. |
If this parameter is not specified, row headers AND column headers are expanded.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|