Click or drag to resize
ExcelWorksheetDataByte Method
Overload List
  NameDescription
Public methodByte(Byte)
Returns the content of the nth cell cast to a byte.
Public methodByte(String)
Returns the content of the cell at columnName cast to a byte.
Public methodByte(Byte, Byte)
Returns the content of the nth cell cast to a byte. If the cell is empty then 'emptyValue' is returned.
Public methodByte(String, Byte)
Returns the content of the cell at columnName cast to a byte. If the cell is empty then 'emptyValue' is returned.
Top
See Also