Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiColumnComboBoxCellType Class / Clone Method


In This Topic
    Clone Method (MultiColumnComboBoxCellType)
    In This Topic
    Creates and returns an editable base cell.
    Syntax
    'Declaration
     
    Public Overrides Function Clone() As Object
    'Usage
     
    Dim instance As MultiColumnComboBoxCellType
    Dim value As Object
     
    value = instance.Clone()
    public override object Clone()

    Return Value

    Object containing the copied object
    See Also