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