次の方法で共有


CustomDocumentProperty.VTUnsignedByte Property

1-Byte Unsigned Integer.Represents the element tag in schema: vt:ui1

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

Syntax

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

value = instance.VTUnsignedByte

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

Property Value

Type: DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte

See Also

Reference

CustomDocumentProperty Class

CustomDocumentProperty Members

DocumentFormat.OpenXml.CustomProperties Namespace