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