[]
Creates a new regular expression cell.
public RegExpCellType()
Public Sub New()
Creates a new regular expression cell with the specified message to display.
public RegExpCellType(string errorMessage)
Public Sub New(errorMessage As String)
Type | Name | Description |
---|---|---|
string | errorMessage | Message (as string) to display if the input value is not valid |