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