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