|
|
|
|
|
PVTExpandAll (Function) In french: TCDDérouleTout Expands all row and/or column headers in a Pivot Table control.
PVTLoad(PVT_Statistics, sFile)
PVTExpandAll(PVT_Statistics)
Syntax
PVTExpandAll(<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 the header to expand: | | pvtColumnHeader | Expands the headers of columns. | pvtRowHeader | Expands the headers of rows. |
If this parameter is not specified, the row headers AND the column headers are expanded. Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|