WorkbookPart.SlicerCacheParts 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.
Gets the SlicerCacheParts of the WorkbookPart
public System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.Packaging.SlicerCachePart> SlicerCacheParts { get; }
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
public System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.Packaging.SlicerCachePart> SlicerCacheParts { get; }
member this.SlicerCacheParts : seq<DocumentFormat.OpenXml.Packaging.SlicerCachePart>
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
member this.SlicerCacheParts : seq<DocumentFormat.OpenXml.Packaging.SlicerCachePart>
Public ReadOnly Property SlicerCacheParts As IEnumerable(Of SlicerCachePart)
Property Value
- Attributes