共用方式為


DataConsolidate Constructors

Definition

Overloads

DataConsolidate()

Initializes a new instance of the DataConsolidate class.

DataConsolidate(OpenXmlElement[])

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

DataConsolidate(IEnumerable<OpenXmlElement>)

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

DataConsolidate(String)

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

DataConsolidate()

Initializes a new instance of the DataConsolidate class.

public DataConsolidate ();
Public Sub New ()

Applies to

DataConsolidate(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

DataConsolidate(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

DataConsolidate(String)

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

public DataConsolidate (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.DataConsolidate : string -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidate
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to