ExcelWorksheetDataDouble Method |
Name | Description | |
---|---|---|
Double(Int32) |
Returns the content of the nth cell cast to a double.
| |
Double(String) |
Returns the content of the cell at columnName cast to a double.
| |
Double(Int32, Double) |
Returns the content of the nth cell cast to a double. If the cell is empty then 'emptyValue' is returned.
| |
Double(String, Double) |
Returns the content of the cell at columnName cast to a double. If the cell is empty then 'emptyValue' is returned.
|