Click or drag to resize
ExcelWorksheetDataEString Method
Overload List
  NameDescription
Public methodEString(Int32)
Returns the content of the nth cell as a string. If the cell content is "" then String.Empty is returned. If the cell is empty then null is returned.
Public methodEString(String)
Returns the content of the cell at columnName as a string. If the cell content is "" then String.Empty is returned. If the cell is empty then null is returned.
Top
See Also