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