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


In This Topic
    Clone Method (ExcelSparklineSetting)
    In This Topic
    Creates a new object that is a copy of the current instance.
    Syntax
    'Declaration
     
    
    Public Function Clone() As Object
    'Usage
     
    
    Dim instance As ExcelSparklineSetting
    Dim value As Object
     
    value = instance.Clone()
    public object Clone()

    Return Value

    A new object that is a copy of this instance.
    Example
    This example creates sparklines.
    See Also