ExcelWorksheetDataDouble Method (Int32, Double) |
Returns the content of the nth cell cast to a double. If the cell is empty then 'emptyValue' is returned.
Namespace: Test.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public double Double(
int ordinal,
double emptyValue
)
Public Function Double (
ordinal As Integer,
emptyValue As Double
) As Double
public:
double Double(
int ordinal,
double emptyValue
)
member Double :
ordinal : int *
emptyValue : float -> float
Parameters
- ordinal
- Type: SystemInt32
- emptyValue
- Type: SystemDouble
Return Value
Type:
DoubleSee Also