CustomDocumentProperty.VTFloat Property
4-Byte Real Number.Represents the element tag in schema: vt:r4
Namespace: DocumentFormat.OpenXml.CustomProperties
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Property VTFloat As VTFloat
Get
Set
'使用
Dim instance As CustomDocumentProperty
Dim value As VTFloat
value = instance.VTFloat
instance.VTFloat = value
public VTFloat VTFloat { get; set; }
Property Value
Type: DocumentFormat.OpenXml.VariantTypes.VTFloat