ExcelWorksheetDataNByte Method (String) |
Returns the content of the cell at columnName cast to a nullable byte.
Namespace: Test.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<byte> NByte(
string columnName
)
Public Function NByte (
columnName As String
) As Nullable(Of Byte)
public:
Nullable<unsigned char> NByte(
String^ columnName
)
member NByte :
columnName : string -> Nullable<byte>
Parameters
- columnName
- Type: SystemString
Return Value
Type:
NullableByteSee Also