次の方法で共有


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.

See Also

Reference

DoubleValue Members

DocumentFormat.OpenXml Namespace