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