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