Int16Value Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)