Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Introduced in build 8.4

Description

Returns the collection of pivot tables in the worksheet.
C#
public PivotTables PivotTables{ get; }
vb.net
Public ReadOnly Property PivotTables() As PivotTables

Examples

C#
PivotTables pt = ws.PivotTables;
vb.net
Dim pt As PivotTables = ws.PivotTables
  • No labels