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