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


In This Topic
    Clone Method (Line)
    In This Topic
    Clones a copy from this instance.
    Syntax
    'Declaration
     
    
    Public Function Clone() As Object
    'Usage
     
    
    Dim instance As Line
    Dim value As Object
     
    value = instance.Clone()
    public object Clone()

    Return Value

    The copied value.
    See Also