Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / InputManCellTypeBase Class / Clone Method


In This Topic
    Clone Method (InputManCellTypeBase)
    In This Topic
    Creates and returns a base input man cell.
    Syntax
    'Declaration
     
    
    Public Overrides Function Clone() As Object
    'Usage
     
    
    Dim instance As InputManCellTypeBase
    Dim value As Object
     
    value = instance.Clone()
    public override object Clone()
    See Also