ExcelWorksheetDataUShort Method (String) |
Returns the content of the cell at columnName cast to a ushort.
Namespace: Test.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ushort UShort(
string columnName
)
Public Function UShort (
columnName As String
) As UShort
public:
unsigned short UShort(
String^ columnName
)
member UShort :
columnName : string -> uint16
Parameters
- columnName
- Type: SystemString
Return Value
Type:
UInt16See Also