Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ComboBoxCellType Class / Clone Method


In This Topic
Clone Method (ComboBoxCellType)
In This Topic
Creates and returns an ordinary combo box cell.
Syntax
'Declaration
 
Public Overrides Function Clone() As Object
 
'Usage
 
Dim instance As ComboBoxCellType
Dim value As Object
 
value = instance.Clone()
See Also