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.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public byte Byte(
byte ordinal,
byte emptyValue
)
Public Function Byte (
ordinal As Byte,
emptyValue As Byte
) As Byte
public:
unsigned char Byte(
unsigned char ordinal,
unsigned char emptyValue
)
member Byte :
ordinal : byte *
emptyValue : byte -> byte
Parameters
- ordinal
- Type: SystemByte
- emptyValue
- Type: SystemByte
Return Value
Type:
ByteSee Also