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