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