Int32Value Constructor (Int32)
Initializes a new instance of the Int32Value.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
Public Sub New ( _
value As Integer _
)
'Uso
Dim value As Integer
Dim instance As New Int32Value(value)
public Int32Value(
int value
)
Parameters
- value
Type: System.Int32