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


CustomDocumentProperty.VTInt32 Property

4-Byte Signed Integer.Represents the element tag in schema: vt:i4

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

Syntax

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

value = instance.VTInt32

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

Property Value

Type: DocumentFormat.OpenXml.VariantTypes.VTInt32

See Also

Reference

CustomDocumentProperty Class

CustomDocumentProperty Members

DocumentFormat.OpenXml.CustomProperties Namespace