Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BarCodeCellType Class / Clone Method


In This Topic
    Clone Method (BarCodeCellType)
    In This Topic
    Clones this cell type object.
    Syntax
    'Declaration
     
    
    Public Overrides Function Clone() As Object
    'Usage
     
    
    Dim instance As BarCodeCellType
    Dim value As Object
     
    value = instance.Clone()
    public override object Clone()
    See Also