次の方法で共有


CustomDocumentProperty.VTByte Property

1-Byte Signed Integer.Represents the element tag in schema: vt:i1

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

Syntax

'宣言
Public Property VTByte As VTByte
    Get
    Set
'使用
Dim instance As CustomDocumentProperty
Dim value As VTByte

value = instance.VTByte

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

Property Value

Type: DocumentFormat.OpenXml.VariantTypes.VTByte

See Also

Reference

CustomDocumentProperty Class

CustomDocumentProperty Members

DocumentFormat.OpenXml.CustomProperties Namespace