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