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