Поделиться через


CustomDocumentProperty.VTDouble Property

8-Byte Real Number.Represents the element tag in schema: vt:r8

Namespace:  DocumentFormat.OpenXml.CustomProperties
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property VTDouble As VTDouble
    Get
    Set
'Usage
Dim instance As CustomDocumentProperty
Dim value As VTDouble

value = instance.VTDouble

instance.VTDouble = value
public VTDouble VTDouble { get; set; }

Property Value

Type: DocumentFormat.OpenXml.VariantTypes.VTDouble

See Also

Reference

CustomDocumentProperty Class

CustomDocumentProperty Members

DocumentFormat.OpenXml.CustomProperties Namespace