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