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