SByteValue Constructor (SByte)
Initializes a new instance of the SByteValue.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
Public Sub New ( _
value As SByte _
)
'Uso
Dim value As SByte
Dim instance As New SByteValue(value)
public SByteValue(
sbyte value
)
Parameters
- value
Type: System.SByte