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