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