ExcelWorksheetDataNByte Method (Byte) |
Returns the content of the nth cell 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(
byte ordinal
)
Public Function NByte (
ordinal As Byte
) As Nullable(Of Byte)
public:
Nullable<unsigned char> NByte(
unsigned char ordinal
)
member NByte :
ordinal : byte -> Nullable<byte>
Parameters
- ordinal
- Type: SystemByte
Return Value
Type:
NullableByteSee Also