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