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