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

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public virtual Object Clone()
Visual Basic
Public Overridable Function Clone As Object

Return Value

Copy of the current Field object.

Implements

ICloneable..::..Clone()()()()

See Also