SlicersPart.Slicers Property
Gets/Sets the root element of this part.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Slicers As Slicers
Get
Set
'Usage
Dim instance As SlicersPart
Dim value As Slicers
value = instance.Slicers
instance.Slicers = value
public Slicers Slicers { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Office2010.Excel.Slicers