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
'宣言
Public Property VTDouble As VTDouble
Get
Set
'使用
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