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

ICloneable.Clone()

Remarks

Deep copy clone.

See Also

Reference

OpenXmlSimpleType Class

OpenXmlSimpleType Members

DocumentFormat.OpenXml Namespace