Overload | Description |
---|---|
IntegerCellType Constructor() | Creates a new integer data type cell. |
IntegerCellType Constructor(String) | Creates a new integer data type cell with the specified message to display. |
IntegerCellType Constructor(Int32,Int32) | Creates a new integer data type cell with the specified minimum and maximum values. |
IntegerCellType Constructor(Int32,Int32,String) | Creates a new integer data type cell with the specified minimum and maximum values and specified error message. |