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


In This Topic
    Clone Method (ChartShape)
    In This Topic
    Creates and returns a copy of the object.
    Syntax
    'Declaration
     
    
    Public Overrides Function Clone() As Object
    'Usage
     
    
    Dim instance As ChartShape
    Dim value As Object
     
    value = instance.Clone()
    public override object Clone()
    See Also