| ExcelWorksheetDataChar Method |
| Name | Description | |
|---|---|---|
| Char(Int32) |
Returns the content of the nth cell cast to a char.
| |
| Char(String) |
Returns the content of the cell at columnName cast to a char.
| |
| Char(Int32, Char) |
Returns the content of the nth cell cast to a char. If the cell is empty then 'emptyValue' is returned.
| |
| Char(String, Char) |
Returns the content of the cell at columnName cast to a char. If the cell is empty then 'emptyValue' is returned.
|