Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RegularExpressionCellType Class / Clone Method


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