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