Timeline Constructors

Definition

Overloads

Timeline()

Initializes a new instance of the Timeline class.

Timeline(OpenXmlElement[])

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

Timeline(IEnumerable<OpenXmlElement>)

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

Timeline(String)

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

Timeline()

Initializes a new instance of the Timeline class.

public Timeline ();
Public Sub New ()

Applies to

Timeline(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Timeline(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Timeline(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to