IntegerValue Constructor (Int64)
Initializes a new instance of the IntegerValue.
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 IntegerValue(value)
public IntegerValue(
long value
)
Parameters
- value
Type: System.Int64
The Int64 value.