Aracılığıyla paylaş


Slicers Constructors

Definition

Overloads

Slicers()

Initializes a new instance of the Slicers class.

Slicers(OpenXmlElement[])

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

Slicers(IEnumerable<OpenXmlElement>)

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

Slicers(String)

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

Slicers()

Initializes a new instance of the Slicers class.

public Slicers ();
Public Sub New ()

Applies to

Slicers(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Slicers(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Slicers(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to