Int32Value 构造函数

定义

重载

Int32Value()

初始化 类的新实例 Int32Value

Int32Value(Int32Value)

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

Int32Value(Int32)

使用提供Int32的值初始化 类的新实例Int32Value

Int32Value()

初始化 类的新实例 Int32Value

public Int32Value ();
Public Sub New ()

适用于

Int32Value(Int32Value)

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

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

参数

source
Int32Value

Int32Value 类。

适用于

Int32Value(Int32)

使用提供Int32的值初始化 类的新实例Int32Value

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

参数

value
Int32

Int32

适用于