Click or drag to resize
ExcelWorksheetDataFloat Method
Overload List
  NameDescription
Public methodFloat(Int32)
Returns the content of the nth cell cast to a float.
Public methodFloat(String)
Returns the content of the cell at columnName cast to a float.
Public methodFloat(Int32, Single)
Returns the content of the nth cell cast to a float. If the cell is empty then 'emptyValue' is returned.
Public methodFloat(String, Single)
Returns the content of the cell at columnName cast to a float. If the cell is empty then 'emptyValue' is returned.
Top
See Also