Int32Value.FromInt32 Method
Returns a new Int32Value object created from Int32.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
Public Shared Function FromInt32 ( _
value As Integer _
) As Int32Value
'Uso
Dim value As Integer
Dim returnValue As Int32Value
returnValue = Int32Value.FromInt32(value)
public static Int32Value FromInt32(
int value
)
Parameters
- value
Type: System.Int32
A Int32 value to create a new Int32Value object from.
Return Value
Type: DocumentFormat.OpenXml.Int32Value
A Int32Value that corresponds to the value parameter.