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