WorksheetPart.SlicersParts Property
Gets the SlicersParts of the WorksheetPart., only available in Office2010
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public ReadOnly Property SlicersParts As IEnumerable(Of SlicersPart)
Get
'使用
Dim instance As WorksheetPart
Dim value As IEnumerable(Of SlicersPart)
value = instance.SlicersParts
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public IEnumerable<SlicersPart> SlicersParts { get; }
Property Value
Type: System.Collections.Generic.IEnumerable<SlicersPart>