ExcelWorksheetDataInt Method |
Name | Description | |
---|---|---|
Int(Int32) |
Returns the content of the nth cell cast to an int.
| |
Int(String) |
Returns the content of the cell at columnName cast to an int.
| |
Int(Int32, Int32) |
Returns the content of the nth cell cast to an int. If the cell is empty then 'emptyValue' is returned.
| |
Int(String, Int32) |
Returns the content of the cell at columnName cast to an int. If the cell is empty then 'emptyValue' is returned.
|