DecimalValue Constructor (DecimalValue)
Initializes a new instance of the DecimalValue by deep copy.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Sub New ( _
source As DecimalValue _
)
用法
Dim source As DecimalValue
Dim instance As New DecimalValue(source)
public DecimalValue(
DecimalValue source
)
Parameters
- source
Type: DocumentFormat.OpenXml.DecimalValue