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