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