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