Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BaseCellType Class / Clone Method


In This Topic
    Clone Method (BaseCellType)
    In This Topic
    Creates and returns a base cell.
    Syntax
    'Declaration
     
    
    Public Overridable Function Clone() As Object
    'Usage
     
    
    Dim instance As BaseCellType
    Dim value As Object
     
    value = instance.Clone()
    public virtual object Clone()
    See Also