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