ExcelWorksheetDataByte Method (String) |
Returns the content of the cell at columnName 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(
string columnName
)
Public Function Byte (
columnName As String
) As Byte
public:
unsigned char Byte(
String^ columnName
)
member Byte :
columnName : string -> byte
Parameters
- columnName
- Type: SystemString
Return Value
Type:
ByteSee Also