Int64Value 构造函数

定义

重载

Int64Value()

初始化 类的新实例 Int64Value

Int64Value(Int64Value)

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

Int64Value(Int64)

使用提供Int64的值初始化 类的新实例Int64Value

Int64Value()

初始化 类的新实例 Int64Value

public Int64Value ();
Public Sub New ()

适用于

Int64Value(Int64Value)

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

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

参数

source
Int64Value

Int64Value 类。

适用于

Int64Value(Int64)

使用提供Int64的值初始化 类的新实例Int64Value

public Int64Value (long value);
new DocumentFormat.OpenXml.Int64Value : int64 -> DocumentFormat.OpenXml.Int64Value
Public Sub New (value As Long)

参数

value
Int64

Int64

适用于