Row Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
![]() |
Row() | Initializes a new instance of the Row class. |
![]() |
Row(String) | Initializes a new instance of the Row class from outer XML. |
![]() |
Row(array<OpenXmlElement[]) | Initializes a new instance of the Row class with the specified child elements. |
![]() |
Row(IEnumerable<OpenXmlElement>) | Initializes a new instance of the Row class with the specified child elements. |
Top