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


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