[]
        
(Showing Draft Content)

FarPoint.Web.Spread.PercentCellType.-ctor

PercentCellType Constructor

PercentCellType()

Creates a new percent data type cell.

Declaration
public PercentCellType()
Public Sub New()

PercentCellType(string)

Creates a new percent data type cell with the specified message to display.

Declaration
public PercentCellType(string errorMessage)
Public Sub New(errorMessage As String)
Parameters
Type Name Description
string errorMessage

Message to display when the input value is not valid

PercentCellType(double, double)

Creates a new percent data type cell with the specified range of allowed values.

Declaration
public PercentCellType(double min, double max)
Public Sub New(min As Double, max As Double)
Parameters
Type Name Description
double min

Minimum value to allow

double max

Maximum value to allow

PercentCellType(double, double, string)

Creates a new percent data type cell with the specified range of allowed values and message to display.

Declaration
public PercentCellType(double min, double max, string errorMessage)
Public Sub New(min As Double, max As Double, errorMessage As String)
Parameters
Type Name Description
double min

Minimum value to allow

double max

Maximum value to allow

string errorMessage

Message to display when the input value is not valid