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