Int64Value Constructor (Int64Value)
Initializes a new instance of the Int64Value by deep copy.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub New ( _
source As Int64Value _
)
'Usage
Dim source As Int64Value
Dim instance As New Int64Value(source)
public Int64Value(
Int64Value source
)
Parameters
- source
Type: DocumentFormat.OpenXml.Int64Value