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 maximum number of items the PivotTable's cache can support.

Signature
C#C#
}


{description}
{excerpt}Returns the maximum number of items the PivotTable's cache can support.{excerpt}
{signature:C#}
public System.String Max{ get; }
Signature
{signature}{signature:vb.net
vb.net
}
Public ReadOnly Property Max() As String
Remarks

Depending on various factors such as what version of Excel your PivotTable was originally created in, if it is a classic PivotTable or not, etc, the PivotTable's cache will have different maximum capacities of items it can retain. You can use the Max method to determine what the PivotTable can support.

...

{signature}
{remarks}Depending on various factors such as what version of Excel your PivotTable was originally created in, if it is a classic PivotTable or not, etc, the PivotTable's cache will have different maximum capacities of items it can retain. You can use the Max method to determine what the PivotTable can support.
{remarks}
{scrollbar}