Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcMaskCellType Class / Clone Method


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