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


CustomDocumentProperty.VTInt64 Property

8-Byte Signed Integer.Represents the element tag in schema: vt:i8

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

Syntax

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

value = instance.VTInt64

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

Property Value

Type: DocumentFormat.OpenXml.VariantTypes.VTInt64

See Also

Reference

CustomDocumentProperty Class

CustomDocumentProperty Members

DocumentFormat.OpenXml.CustomProperties Namespace