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