Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BaseCellType Class / CloneCore Method


In This Topic
    CloneCore Method
    In This Topic
    Creates a new object that is a copy of the current instance.
    Syntax
    'Declaration
     
    
    Protected Overridable Function CloneCore() As ICellType
    'Usage
     
    
    Dim instance As BaseCellType
    Dim value As ICellType
     
    value = instance.CloneCore()
    protected virtual ICellType CloneCore()

    Return Value

    A new object that is a copy of the current instance.
    See Also