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