ExcelWorksheetDataUInt Method |
Name | Description | |
---|---|---|
UInt(Int32) |
Returns the content of the nth cell cast to a uint.
| |
UInt(String) |
Returns the content of the cell at columnName cast to a uint.
| |
UInt(Int32, UInt32) |
Returns the content of the nth cell cast to a uint. If the cell is empty then 'emptyValue' is returned.
| |
UInt(String, UInt32) |
Returns the content of the cell at columnName cast to a uint. If the cell is empty then 'emptyValue' is returned.
|