DoubleValue Class
Defines DoubleValue - Double value for attributes.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlSimpleType
DocumentFormat.OpenXml.OpenXmlSimpleValue<Double>
DocumentFormat.OpenXml.DoubleValue
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
Public Class DoubleValue _
Inherits OpenXmlSimpleValue(Of Double)
'Применение
Dim instance As DoubleValue
public class DoubleValue : OpenXmlSimpleValue<double>
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.