MatrixRow Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
MatrixRow() | Initializes a new instance of the MatrixRow class. | |
MatrixRow(String) | Initializes a new instance of the MatrixRow class from outer XML. | |
MatrixRow(array<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. |
Top