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

'Declaration
Public Class DoubleValue _
    Inherits OpenXmlSimpleValue(Of Double)
'Usage
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.

See Also

Reference

DoubleValue Members

DocumentFormat.OpenXml Namespace