PivotCache.Version Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.