Click or drag to resize
ExcelWorksheetDataUShort Method (String, UInt16)
Returns the content of the cell at columnName cast to a ushort. If the cell is empty then 'emptyValue' is returned.

Namespace: Test.Framework
Assembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ushort UShort(
	string columnName,
	ushort emptyValue
)

Parameters

columnName
Type: SystemString
emptyValue
Type: SystemUInt16

Return Value

Type: UInt16
See Also