Int16Value 构造函数

定义

重载

Int16Value()

初始化 类的新实例 Int16Value

Int16Value(Int16Value)

通过深层复制提供的 IntValue 类来初始化 的新实例 Int16Value

Int16Value(Int16)

使用提供Int16的值初始化 类的新实例Int16Value

Int16Value()

初始化 类的新实例 Int16Value

public Int16Value ();
Public Sub New ()

适用于

Int16Value(Int16Value)

通过深层复制提供的 IntValue 类来初始化 的新实例 Int16Value

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

参数

source
Int16Value

Int16Value 类。

适用于

Int16Value(Int16)

使用提供Int16的值初始化 类的新实例Int16Value

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

参数

value
Int16

Int16

适用于