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