Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.