Share via


Int32Value Constructors

Definition

Overloads

Int32Value()

Initializes a new instance of the Int32Value class.

Int32Value(Int32Value)

Initializes a new instance of the Int32Value by deep copying the supplied Int32Value class.

Int32Value(Int32)

Initializes a new instance of the Int32Value class using the supplied Int32 value.

Int32Value()

Initializes a new instance of the Int32Value class.

public Int32Value ();
Public Sub New ()

Applies to

Int32Value(Int32Value)

Initializes a new instance of the Int32Value by deep copying the supplied Int32Value class.

public Int32Value (DocumentFormat.OpenXml.Int32Value source);
new DocumentFormat.OpenXml.Int32Value : DocumentFormat.OpenXml.Int32Value -> DocumentFormat.OpenXml.Int32Value
Public Sub New (source As Int32Value)

Parameters

source
Int32Value

The source Int32Value class.

Applies to

Int32Value(Int32)

Initializes a new instance of the Int32Value class using the supplied Int32 value.

public Int32Value (int value);
new DocumentFormat.OpenXml.Int32Value : int -> DocumentFormat.OpenXml.Int32Value
Public Sub New (value As Integer)

Parameters

value
Int32

The Int32 value.

Applies to