Share via


SlicerCacheDefinition Constructors

Definition

Overloads

SlicerCacheDefinition()

Initializes a new instance of the SlicerCacheDefinition class.

SlicerCacheDefinition(OpenXmlElement[])

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

SlicerCacheDefinition(IEnumerable<OpenXmlElement>)

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

SlicerCacheDefinition(String)

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

SlicerCacheDefinition()

Initializes a new instance of the SlicerCacheDefinition class.

public SlicerCacheDefinition ();
Public Sub New ()

Applies to

SlicerCacheDefinition(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SlicerCacheDefinition(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SlicerCacheDefinition(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to