ExcelWorksheetDataLong Method (Int32, Int64) |
Returns the content of the nth cell cast to a long. 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 long Long(
int ordinal,
long emptyValue
)
Public Function Long (
ordinal As Integer,
emptyValue As Long
) As Long
public:
long long Long(
int ordinal,
long long emptyValue
)
member Long :
ordinal : int *
emptyValue : int64 -> int64
Parameters
- ordinal
- Type: SystemInt32
- emptyValue
- Type: SystemInt64
Return Value
Type:
Int64See Also