次の方法で共有


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>

See Also

Reference

WorksheetPart Class

WorksheetPart Members

DocumentFormat.OpenXml.Packaging Namespace