ExcelWorksheetDataUShort Method (Int32, UInt16) |
Returns the content of the nth cell cast to a ushort. 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 ushort UShort(
int ordinal,
ushort emptyValue
)
Public Function UShort (
ordinal As Integer,
emptyValue As UShort
) As UShort
public:
unsigned short UShort(
int ordinal,
unsigned short emptyValue
)
member UShort :
ordinal : int *
emptyValue : uint16 -> uint16
Parameters
- ordinal
- Type: SystemInt32
- emptyValue
- Type: SystemUInt16
Return Value
Type:
UInt16See Also