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