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


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