SlicerStyle Constructors

Definition

Overloads

SlicerStyle()

Initializes a new instance of the SlicerStyle class.

SlicerStyle(OpenXmlElement[])

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

SlicerStyle(IEnumerable<OpenXmlElement>)

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

SlicerStyle(String)

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

SlicerStyle()

Initializes a new instance of the SlicerStyle class.

public SlicerStyle ();
Public Sub New ()

Applies to

SlicerStyle(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SlicerStyle(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SlicerStyle(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to