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