GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberCellType Class / CloneCore Method


In This Topic
CloneCore Method (GcNumberCellType)
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 GcNumberCellType
Dim value As ICellType
 
value = instance.CloneCore()

Return Value

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