Spread Windows Forms 12.0 Product Documentation
Clone Method (StringCollectionItem)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > StringCollectionItem Class : Clone Method
Creates a new collection that is a copy of this collection.
Syntax
'Declaration
 
Public Function Clone() As Object
'Usage
 
Dim instance As StringCollectionItem
Dim value As Object
 
value = instance.Clone()
public object Clone()

Return Value

New collection that is a copy of this collection.
See Also

Reference

StringCollectionItem Class
StringCollectionItem Members