Click or drag to resize
ExcelWorksheetDataShort Method
Overload List
  NameDescription
Public methodShort(Int16)
Returns the content of the nth cell cast to an short.
Public methodShort(String)
Returns the content of the cell at columnName cast to an short.
Public methodShort(Int16, Int16)
Returns the content of the nth cell cast to an short. If the cell is empty then 'emptyValue' is returned.
Public methodShort(String, Int16)
Returns the content of the cell at columnName cast to an short. If the cell is empty then 'emptyValue' is returned.
Top
See Also