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


In This Topic
CloneCore Method (HyperLinkCellType)
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 HyperLinkCellType
Dim value As ICellType
 
value = instance.CloneCore()

Return Value

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