ExcelWorksheetDataUInt Method (String, UInt32) |
Returns the content of the cell at columnName cast to a uint. 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 uint UInt(
string columnName,
uint emptyValue
)
Public Function UInt (
columnName As String,
emptyValue As UInteger
) As UInteger
public:
unsigned int UInt(
String^ columnName,
unsigned int emptyValue
)
member UInt :
columnName : string *
emptyValue : uint32 -> uint32
Parameters
- columnName
- Type: SystemString
- emptyValue
- Type: SystemUInt32
Return Value
Type:
UInt32See Also