ExcelWorksheetDataString Method |
Name | Description | |
---|---|---|
![]() | String(Int32) |
Returns the string content of the nth cell.
|
![]() | String(String) |
Returns the string content of the cell at columnName.
|
![]() | String(Int32, String) |
Returns the string content of the nth cell. If the cell is empty then 'emptyValue' is returned.
|
![]() | String(String, String) |
Returns the string content of the cell at columnName. If the cell is empty then 'emptyValue' is returned.
|