Click or drag to resize
ExcelWorksheetDataChar Method
Overload List
  NameDescription
Public methodChar(Int32)
Returns the content of the nth cell cast to a char.
Public methodChar(String)
Returns the content of the cell at columnName cast to a char.
Public methodChar(Int32, Char)
Returns the content of the nth cell cast to a char. If the cell is empty then 'emptyValue' is returned.
Public methodChar(String, Char)
Returns the content of the cell at columnName cast to a char. If the cell is empty then 'emptyValue' is returned.
Top
See Also