Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBoxCellType Class / CloneCore Method


In This Topic
    CloneCore Method (GcTextBoxCellType)
    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 GcTextBoxCellType
    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