Creates a copy of the current NamedCollectionItem object. Note that the Owner property is not copied to the new object.

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

Syntax

C#
public NamedCollectionItem Clone()
Visual Basic
Public Function Clone As NamedCollectionItem

Return Value

The newly created NamedCollectionItem object.

See Also