Share via


TimelineCachePivotCaches Constructors

Definition

Overloads

TimelineCachePivotCaches()

Initializes a new instance of the TimelineCachePivotCaches class.

TimelineCachePivotCaches(OpenXmlElement[])

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

TimelineCachePivotCaches(IEnumerable<OpenXmlElement>)

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

TimelineCachePivotCaches(String)

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

TimelineCachePivotCaches()

Initializes a new instance of the TimelineCachePivotCaches class.

public TimelineCachePivotCaches ();
Public Sub New ()

Applies to

TimelineCachePivotCaches(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TimelineCachePivotCaches(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TimelineCachePivotCaches(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to