Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Description

Changes the data source of the pivot table.

C#
vb.net

Parameters

newArea
An Area object representing the new data source in the same workbook.

Examples

C#
vb.net

Exceptions

ArgumentException
If a null reference is passed in as parameter instead of a valid Area object, if the new data source is not in the same workbook, or
if not all the cells in the first row of the new area contain a value for the column name, then an exception of type ArgumentException will be thrown.
  • No labels