Variant.VTByte Property

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

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

Syntax

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

value = instance.VTByte

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

Property Value

Type: DocumentFormat.OpenXml.VariantTypes.VTByte
Returns VTByte.

See Also

Reference

Variant Class

Variant Members

DocumentFormat.OpenXml.VariantTypes Namespace