OpenXmlSimpleType.Clone Method
Creates a duplicate of this value.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Function Clone As Object
'Usage
Dim instance As OpenXmlSimpleType
Dim returnValue As Object
returnValue = instance.Clone()
public Object Clone()
Return Value
Type: System.Object
The cloned value.
Implements
Remarks
Deep copy clone.