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