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


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