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