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