Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RegularExpressionCellType Class / RegularExpression Property


In This Topic
RegularExpression Property
In This Topic
Gets or sets the regular expression string.
Syntax
'Declaration
 
Public Property RegularExpression As String
 
'Usage
 
Dim instance As RegularExpressionCellType
Dim value As String
 
instance.RegularExpression = value
 
value = instance.RegularExpression
See Also