[]
Creates a new percent data type cell.
public PercentCellType()
Public Sub New()
Creates a new percent data type cell with the specified message to display.
public PercentCellType(string errorMessage)
Public Sub New(errorMessage As String)
Type | Name | Description |
---|---|---|
string | errorMessage | Message to display when the input value is not valid |
Creates a new percent data type cell with the specified range of allowed values.
public PercentCellType(double min, double max)
Public Sub New(min As Double, max As Double)
Creates a new percent data type cell with the specified range of allowed values and message to display.
public PercentCellType(double min, double max, string errorMessage)
Public Sub New(min As Double, max As Double, errorMessage As String)