ExcelWorksheetDataULong Method |
Name | Description | |
---|---|---|
![]() | ULong(Int32) |
Returns the content of the nth cell cast to a ulong.
|
![]() | ULong(String) |
Returns the content of the cell at columnName cast to a ulong.
|
![]() | ULong(Int32, UInt64) |
Returns the content of the nth cell cast to a ulong. If the cell is empty then 'emptyValue' is returned.
|
![]() | ULong(String, UInt64) |
Returns the content of the cell at columnName cast to a ulong. If the cell is empty then 'emptyValue' is returned.
|