Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Wiki Markup
{introducedin: 8.4

...

Description

Excerpt

Returns the PivotTable at the specified 0-based position in the PivotTables collection.

Signature
C#C#
}
{description}
{excerpt}Returns the {{[PivotTable]}} at the specified 0-based position in the {{[PivotTables|PivotTables]}} collection.{excerpt}
{signature:C#}
 public PivotTable this[int index] { get; }
Signature
{signature}{signature:vb.net
vb.net
}
Public Default ReadOnly Property Item(ByVal index As Integer) As PivotTable
Parameters
Param
indexindexThe
{signature}
{parameters}
{param:index}The 0-based index of the {{PivotTable}} to retrieve.
Returns
The PivotTable at the specified index.
{param}
{returns}The {{PivotTable}} at the specified index.{returns}