| 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.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ushort UShort(
	string columnName,
	ushort emptyValue
)
Public Function UShort ( 
	columnName As String,
	emptyValue As UShort
) As UShort
public:
unsigned short UShort(
	String^ columnName, 
	unsigned short emptyValue
)
member UShort : 
        columnName : string * 
        emptyValue : uint16 -> uint16 
Parameters
- columnName
 - Type: SystemString
 - emptyValue
 - Type: SystemUInt16
 
Return Value
Type: 
UInt16
See Also