Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Chart Namespace / SpreadChart Class / Clone Method
Example


In This Topic
    Clone Method (SpreadChart)
    In This Topic
    Creates and returns a copy of the object.
    Syntax
    'Declaration
     
    
    Public Function Clone() As Object
    'Usage
     
    
    Dim instance As SpreadChart
    Dim value As Object
     
    value = instance.Clone()
    public object Clone()
    Example
    This example uses the Clone method.
    See Also