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