Int64Value Constructor (Int64)
Initializes a new instance of the Int64Value.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub New ( _
value As Long _
)
'Usage
Dim value As Long
Dim instance As New Int64Value(value)
public Int64Value(
long value
)
Parameters
- value
Type: System.Int64