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