Click or drag to resize
ExcelWorksheetDataUInt Method
Overload List
  NameDescription
Public methodUInt(Int32)
Returns the content of the nth cell cast to a uint.
Public methodUInt(String)
Returns the content of the cell at columnName cast to a uint.
Public methodUInt(Int32, UInt32)
Returns the content of the nth cell cast to a uint. If the cell is empty then 'emptyValue' is returned.
Public methodUInt(String, UInt32)
Returns the content of the cell at columnName cast to a uint. If the cell is empty then 'emptyValue' is returned.
Top
See Also