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


CustomDocumentProperty.VTInteger Property

Integer.Represents the element tag in schema: vt:int

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

Syntax

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

value = instance.VTInteger

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

Property Value

Type: DocumentFormat.OpenXml.VariantTypes.VTInteger

See Also

Reference

CustomDocumentProperty Class

CustomDocumentProperty Members

DocumentFormat.OpenXml.CustomProperties Namespace