Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / AjaxComboBoxCellType Class / Clone Method


In This Topic
    Clone Method (AjaxComboBoxCellType)
    In This Topic
    Creates a new copy of the cell type.
    Syntax
    'Declaration
     
    
    Public Overrides Function Clone() As Object
    'Usage
     
    
    Dim instance As AjaxComboBoxCellType
    Dim value As Object
     
    value = instance.Clone()
    public override object Clone()

    Return Value

    New copy of the cell type
    See Also