共用方式為


ModelTimeGrouping Constructors

Definition

Overloads

ModelTimeGrouping()

Initializes a new instance of the ModelTimeGrouping class.

ModelTimeGrouping(OpenXmlElement[])

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

ModelTimeGrouping(IEnumerable<OpenXmlElement>)

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

ModelTimeGrouping(String)

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

ModelTimeGrouping()

Initializes a new instance of the ModelTimeGrouping class.

public ModelTimeGrouping ();
Public Sub New ()

Applies to

ModelTimeGrouping(OpenXmlElement[])

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

public ModelTimeGrouping (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ModelTimeGrouping(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ModelTimeGrouping(String)

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

public ModelTimeGrouping (string outerXml);
new DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping : string -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to