Click or drag to resize
ExcelWorksheetDataByte Method (String, Byte)
Returns the content of the cell at columnName cast to a byte. If the cell is empty then 'emptyValue' is returned.

Namespace: Test.Framework
Assembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public byte Byte(
	string columnName,
	byte emptyValue
)

Parameters

columnName
Type: SystemString
emptyValue
Type: SystemByte

Return Value

Type: Byte
See Also