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


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