|
|
|
|
|
PVTCollapseAll (Function) In french: TCDEnrouleTout Collapses all row and/or column headers in a Pivot Table control.
PVTLoad(PVT_Statistics, sFile)
PVTCollapseAll(PVT_Statistics)
Syntax
PVTCollapseAll(<Pivot Table control> [, <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 PVTCalculateAll or PVTLoad. <Type of header>: Optional Integer constant (or combination of constants) Type of header to collapse: | | pvtColumnHeader | Collapses the column headers. | pvtRowHeader | Collapses the row headers. |
If this parameter is not specified, the row headers AND the column headers are collapsed. Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|