PivotCache.Version Property

Definition

Returns the version of Microsoft Excel in which the PivotCache was created. Read-only.

public:
 property Microsoft::Office::Interop::Excel::XlPivotTableVersionList Version { Microsoft::Office::Interop::Excel::XlPivotTableVersionList get(); };
public Microsoft.Office.Interop.Excel.XlPivotTableVersionList Version { get; }
Public ReadOnly Property Version As XlPivotTableVersionList

Property Value

XlPivotTableVersionList

Remarks

This property returns the version of the PivotTable. Default settings and behaviors depend on the version to allow for old PivotTable object model code to run in 1st_Excel12 with the same behaviors when the version of the PivotTable corresponds to the version of Excel for which the code was written.

Applies to