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