UInt16Value Constructor (UInt16Value)
Initializes a new instance of the UInt16Value by deep copy.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub New ( _
source As UInt16Value _
)
'Usage
Dim source As UInt16Value
Dim instance As New UInt16Value(source)
public UInt16Value(
UInt16Value source
)
Parameters
- source
Type: DocumentFormat.OpenXml.UInt16Value