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