Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SeriesDataSource Class / Clone Method


In This Topic
    Clone Method (SeriesDataSource)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function Clone() As SeriesDataSource
    'Usage
     
    
    Dim instance As SeriesDataSource
    Dim value As SeriesDataSource
     
    value = instance.Clone()
    public SeriesDataSource Clone()
    See Also