UInt32Value Constructor (UInt32)
Initializes a new instance of the UInt32Value.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub New ( _
value As UInteger _
)
'Usage
Dim value As UInteger
Dim instance As New UInt32Value(value)
public UInt32Value(
uint value
)
Parameters
- value
Type: System.UInt32