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