OpenXmlSimpleValue<T> Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
OpenXmlSimpleValue<T>() | Initializes a new instance of the OpenXmlSimpleValue. | |
OpenXmlSimpleValue<T>(T) | Initializes a new instance of the OpenXmlSimpleValue. | |
OpenXmlSimpleValue<T>(OpenXmlSimpleValue<T>) | Initializes a new instance of the OpenXmlSimpleValue by deep copy. |
Top