Timelines Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Timelines() |
Initializes a new instance of the Timelines class. |
Timelines(OpenXmlElement[]) |
Initializes a new instance of the Timelines class with the specified child elements. |
Timelines(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the Timelines class with the specified child elements. |
Timelines(String) |
Initializes a new instance of the Timelines class from outer XML. |
Timelines()
Initializes a new instance of the Timelines class.
public Timelines ();
Public Sub New ()
Applies to
Timelines(OpenXmlElement[])
Initializes a new instance of the Timelines class with the specified child elements.
public Timelines (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2013.Excel.Timelines : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2013.Excel.Timelines
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
Timelines(IEnumerable<OpenXmlElement>)
Initializes a new instance of the Timelines class with the specified child elements.
public Timelines (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2013.Excel.Timelines : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2013.Excel.Timelines
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
Timelines(String)
Initializes a new instance of the Timelines class from outer XML.
public Timelines (string outerXml);
new DocumentFormat.OpenXml.Office2013.Excel.Timelines : string -> DocumentFormat.OpenXml.Office2013.Excel.Timelines
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.