Click or drag to resize
ExcelWorksheetDataByte Method (Byte, Byte)
Returns the content of the nth cell 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(
	byte ordinal,
	byte emptyValue
)

Parameters

ordinal
Type: SystemByte
emptyValue
Type: SystemByte

Return Value

Type: Byte
See Also