TimelineCacheReferences Constructors

Definition

Overloads

TimelineCacheReferences()

Initializes a new instance of the TimelineCacheReferences class.

TimelineCacheReferences(OpenXmlElement[])

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

TimelineCacheReferences(IEnumerable<OpenXmlElement>)

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

TimelineCacheReferences(String)

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

TimelineCacheReferences()

Initializes a new instance of the TimelineCacheReferences class.

public TimelineCacheReferences ();
Public Sub New ()

Applies to

TimelineCacheReferences(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TimelineCacheReferences(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TimelineCacheReferences(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to