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