Freigeben über


Int32Value.FromInt32-Methode

Returns a new Int32Value object created from Int32.

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Shared Function FromInt32 ( _
    value As Integer _
) As Int32Value
'Usage
Dim value As Integer
Dim returnValue As Int32Value

returnValue = Int32Value.FromInt32(value)
public static Int32Value FromInt32(
    int value
)

Parameter

  • value
    Typ: System.Int32
    A Int32 value to create a new Int32Value object from.

Rückgabewert

Typ: DocumentFormat.OpenXml.Int32Value
A Int32Value that corresponds to the value parameter.

Siehe auch

Referenz

Int32Value Klasse

Int32Value-Member

DocumentFormat.OpenXml-Namespace