PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.DataBinding Namespace / Field Class / Clone Method

In This Topic
    Clone Method (Field)
    In This Topic
    Creates a copy of the current C1.C1Preview.NamedCollectionItem object. Note that the Owner property is not copied to the new object.
    Syntax
    'Declaration
     
    Public Function Clone() As NamedCollectionItem
    public NamedCollectionItem Clone()

    Return Value

    The newly created C1.C1Preview.NamedCollectionItem object.
    See Also