Overload | Description |
---|---|
DoubleCellType Constructor() | Creates a new double-precision, floating-point data type cell. |
DoubleCellType Constructor(String) | Creates a new double-precision, floating-point data type cell with the specified message to display. |
DoubleCellType Constructor(Double,Double) | Creates a new double-precision, floating-point data type cell with the minimum value and the maximum value specified. |
DoubleCellType Constructor(Double,Double,String) | Creates a new double-precision, floating-point data type cell with the minimum value, the maximum value, and the error message specified. |