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