Variant.VTUnsignedShort Property

2-Byte Unsigned Integer.Represents the element tag in schema: vt:ui2

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

Syntax

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

value = instance.VTUnsignedShort

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

Property Value

Type: DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort
Returns VTUnsignedShort.

See Also

Reference

Variant Class

Variant Members

DocumentFormat.OpenXml.VariantTypes Namespace