OpenXmlSimpleType.Clone Method

Definition

Creates a duplicate of the current value.

public object Clone ();
abstract member Clone : unit -> obj
override this.Clone : unit -> obj
Public Function Clone () As Object

Returns

The cloned value.

Implements

Remarks

This method is a deep copy clone.

Applies to