Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxCellType Class / Clone Method


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