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