Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LineCollection Class / Clone Method


In This Topic
Clone Method (LineCollection)
In This Topic
Creates a new collection that is a copy of this collection.
Syntax
'Declaration
 
Public Function Clone() As Object
 
'Usage
 
Dim instance As LineCollection
Dim value As Object
 
value = instance.Clone()

Return Value

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