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


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

Return Value

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