Clone Method (SuperLabel)
In This Topic
Creates a new object that is a copy of the current
C1.C1Report.Field object.
Syntax
'Declaration
Public Overridable Function Clone() As Object
public virtual object Clone()
Return Value
Copy of the current
C1.C1Report.Field object.
See Also