Click or drag to resize
ExcelWorksheetDataUShort Method
Overload List
  NameDescription
Public methodUShort(Int32)
Returns the content of the nth cell cast to a ushort.
Public methodUShort(String)
Returns the content of the cell at columnName cast to a ushort.
Public methodUShort(Int32, UInt16)
Returns the content of the nth cell cast to a ushort. If the cell is empty then 'emptyValue' is returned.
Public methodUShort(String, UInt16)
Returns the content of the cell at columnName cast to a ushort. If the cell is empty then 'emptyValue' is returned.
Top
See Also