Share via


TableSlicerCache Constructors

Definition

Overloads

TableSlicerCache()

Initializes a new instance of the TableSlicerCache class.

TableSlicerCache(OpenXmlElement[])

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

TableSlicerCache(IEnumerable<OpenXmlElement>)

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

TableSlicerCache(String)

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

TableSlicerCache()

Initializes a new instance of the TableSlicerCache class.

public TableSlicerCache ();
Public Sub New ()

Applies to

TableSlicerCache(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TableSlicerCache(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TableSlicerCache(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to