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