UInt16Value Class

Defines UInt16Value - UInt16 value for attributes.

This API is not CLS-compliant. 

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlSimpleType
    DocumentFormat.OpenXml.OpenXmlSimpleValue<UInt16>
      DocumentFormat.OpenXml.UInt16Value

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Class UInt16Value _
    Inherits OpenXmlSimpleValue(Of UShort)
'Usage
Dim instance As UInt16Value
[CLSCompliantAttribute(false)]
public class UInt16Value : OpenXmlSimpleValue<ushort>

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

UInt16Value Members

DocumentFormat.OpenXml Namespace