ExcelWorksheetDataByte Method (Byte) |
Returns the content of the nth cell cast to a byte.
Namespace: Test.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public byte Byte(
byte ordinal
)
Public Function Byte (
ordinal As Byte
) As Byte
public:
unsigned char Byte(
unsigned char ordinal
)
member Byte :
ordinal : byte -> byte
Parameters
- ordinal
- Type: SystemByte
Return Value
Type:
ByteSee Also