Spread Windows Forms 17
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()
    public override object Clone()
    See Also