ExcelWorksheetDataShort Method |
Name | Description | |
---|---|---|
Short(Int16) |
Returns the content of the nth cell cast to an short.
| |
Short(String) |
Returns the content of the cell at columnName cast to an short.
| |
Short(Int16, Int16) |
Returns the content of the nth cell cast to an short. If the cell is empty then 'emptyValue' is returned.
| |
Short(String, Int16) |
Returns the content of the cell at columnName cast to an short. If the cell is empty then 'emptyValue' is returned.
|