ExcelWorksheetDataUInt Method (String) |
Returns the content of the cell at columnName cast to a uint.
Namespace: Test.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public uint UInt(
string columnName
)
Public Function UInt (
columnName As String
) As UInteger
public:
unsigned int UInt(
String^ columnName
)
member UInt :
columnName : string -> uint32
Parameters
- columnName
- Type: SystemString
Return Value
Type:
UInt32See Also