PivotCacheDefinition.Load Method
Loads the DOM from the PivotTableCacheDefinitionPart.
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
Public Sub Load ( _
openXmlPart As PivotTableCacheDefinitionPart _
)
'Uso
Dim instance As PivotCacheDefinition
Dim openXmlPart As PivotTableCacheDefinitionPart
instance.Load(openXmlPart)
public void Load(
PivotTableCacheDefinitionPart openXmlPart
)
Parameters
- openXmlPart
Type: DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart
Specifies the part to be loaded.