Int16Value Constructors

Definition

Overloads

Int16Value()

Initializes a new instance of the Int16Value class.

Int16Value(Int16Value)

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

Int16Value(Int16)

Initializes a new instance of the Int16Value class using the supplied Int16 value.

Int16Value()

Initializes a new instance of the Int16Value class.

public Int16Value ();
Public Sub New ()

Applies to

Int16Value(Int16Value)

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

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

Parameters

source
Int16Value

The source Int16Value class.

Applies to

Int16Value(Int16)

Initializes a new instance of the Int16Value class using the supplied Int16 value.

public Int16Value (short value);
new DocumentFormat.OpenXml.Int16Value : int16 -> DocumentFormat.OpenXml.Int16Value
Public Sub New (value As Short)

Parameters

value
Int16

The Int16 value.

Applies to