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