Creates a new object that is a copy of the current instance.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
Object Clone()
Visual Basic
Function Clone As Object

Return Value

A new object that is a copy of this instance.

See Also