FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BarCodeCellType Class / CloneCore Method


In This Topic
CloneCore Method (BarCodeCellType)
In This Topic
Creates a new object that is a copy of the current instance.
Syntax
'Declaration
 
Protected Overridable Function CloneCore() As ICellType
 
'Usage
 
Dim instance As BarCodeCellType
Dim value As ICellType
 
value = instance.CloneCore()

Return Value

A new object that is a copy of the current instance.
See Also