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