TimelineStyleElements Constructors

Definition

Overloads

TimelineStyleElements()

Initializes a new instance of the TimelineStyleElements class.

TimelineStyleElements(OpenXmlElement[])

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

TimelineStyleElements(IEnumerable<OpenXmlElement>)

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

TimelineStyleElements(String)

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

TimelineStyleElements()

Initializes a new instance of the TimelineStyleElements class.

public TimelineStyleElements ();
Public Sub New ()

Applies to

TimelineStyleElements(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TimelineStyleElements(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TimelineStyleElements(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to