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


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