OpenXmlElementList 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
OpenXmlElementList() |
Initializes a new instance of the OpenXmlElementList class. |
OpenXmlElementList(OpenXmlElement) |
Creates an instance of OpenXmlElementList. |
OpenXmlElementList()
Initializes a new instance of the OpenXmlElementList class.
protected OpenXmlElementList ();
Protected Sub New ()
Applies to
OpenXmlElementList(OpenXmlElement)
Creates an instance of OpenXmlElementList.
public OpenXmlElementList (DocumentFormat.OpenXml.OpenXmlElement container);
new DocumentFormat.OpenXml.OpenXmlElementList : DocumentFormat.OpenXml.OpenXmlElement -> DocumentFormat.OpenXml.OpenXmlElementList
Public Sub New (container As OpenXmlElement)
Parameters
- container
- OpenXmlElement