PivotCacheRecords.Load Method
Loads the DOM from the PivotTableCacheRecordsPart.
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub Load ( _
openXmlPart As PivotTableCacheRecordsPart _
)
'Usage
Dim instance As PivotCacheRecords
Dim openXmlPart As PivotTableCacheRecordsPart
instance.Load(openXmlPart)
public void Load(
PivotTableCacheRecordsPart openXmlPart
)
Parameters
- openXmlPart
Type: DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart
Specifies the part to be loaded.