Share via


SlicerList Constructors

Definition

Overloads

SlicerList()

Initializes a new instance of the SlicerList class.

SlicerList(OpenXmlElement[])

Initializes a new instance of the SlicerList class with the specified child elements.

SlicerList(IEnumerable<OpenXmlElement>)

Initializes a new instance of the SlicerList class with the specified child elements.

SlicerList(String)

Initializes a new instance of the SlicerList class from outer XML.

SlicerList()

Initializes a new instance of the SlicerList class.

public SlicerList ();
Public Sub New ()

Applies to

SlicerList(OpenXmlElement[])

Initializes a new instance of the SlicerList class with the specified child elements.

public SlicerList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2010.Excel.SlicerList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2010.Excel.SlicerList
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SlicerList(IEnumerable<OpenXmlElement>)

Initializes a new instance of the SlicerList class with the specified child elements.

public SlicerList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2010.Excel.SlicerList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2010.Excel.SlicerList
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SlicerList(String)

Initializes a new instance of the SlicerList class from outer XML.

public SlicerList (string outerXml);
new DocumentFormat.OpenXml.Office2010.Excel.SlicerList : string -> DocumentFormat.OpenXml.Office2010.Excel.SlicerList
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to