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