Variant.VTUnsignedByte Property

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

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

Syntax

'Declaration
Public Property VTUnsignedByte As VTUnsignedByte
    Get
    Set
'Usage
Dim instance As Variant
Dim value As VTUnsignedByte

value = instance.VTUnsignedByte

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

Property Value

Type: DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte
Returns VTUnsignedByte.

See Also

Reference

Variant Class

Variant Members

DocumentFormat.OpenXml.VariantTypes Namespace