Consolidation 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
Consolidation() |
Initializes a new instance of the Consolidation class. |
Consolidation(OpenXmlElement[]) |
Initializes a new instance of the Consolidation class with the specified child elements. |
Consolidation(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the Consolidation class with the specified child elements. |
Consolidation(String) |
Initializes a new instance of the Consolidation class from outer XML. |
Consolidation()
Initializes a new instance of the Consolidation class.
public Consolidation ();
Public Sub New ()
Applies to
Consolidation(OpenXmlElement[])
Initializes a new instance of the Consolidation class with the specified child elements.
public Consolidation (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.Consolidation : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.Consolidation
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
Consolidation(IEnumerable<OpenXmlElement>)
Initializes a new instance of the Consolidation class with the specified child elements.
public Consolidation (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Spreadsheet.Consolidation : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.Consolidation
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
Consolidation(String)
Initializes a new instance of the Consolidation class from outer XML.
public Consolidation (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.Consolidation : string -> DocumentFormat.OpenXml.Spreadsheet.Consolidation
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.