C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.DataBinding Namespace / DataSetField Class / Clone Method

In This Topic
Clone Method (DataSetField)
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
 

Return Value

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