次の方法で共有


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

'宣言
Public Property VTInt32 As VTInt32
    Get
    Set
'使用
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