Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SpreadImage Class / Clone Method


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