Share via


TabularSlicerCacheItems Constructors

Definition

Overloads

TabularSlicerCacheItems()

Initializes a new instance of the TabularSlicerCacheItems class.

TabularSlicerCacheItems(OpenXmlElement[])

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

TabularSlicerCacheItems(IEnumerable<OpenXmlElement>)

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

TabularSlicerCacheItems(String)

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

TabularSlicerCacheItems()

Initializes a new instance of the TabularSlicerCacheItems class.

public TabularSlicerCacheItems ();
Public Sub New ()

Applies to

TabularSlicerCacheItems(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TabularSlicerCacheItems(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TabularSlicerCacheItems(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to