Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GradientEffect Class / Clone Method


In This Topic
    Clone Method (GradientEffect)
    In This Topic
    Creates an identical copy of the item.
    Syntax
    'Declaration
     
    
    Public Function Clone() As Object
    'Usage
     
    
    Dim instance As GradientEffect
    Dim value As Object
     
    value = instance.Clone()
    public object Clone()

    Return Value

    An object that represents an item that has the same images, and subitems associated with it as the cloned item.
    See Also