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