Click or drag to resize
ExcelWorksheetDataLong Method (String, Int64)
Returns the content of the cell at columnName cast to a long. If the cell is empty then 'emptyValue' is returned.

Namespace: Test.Framework
Assembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public long Long(
	string columnName,
	long emptyValue
)

Parameters

columnName
Type: SystemString
emptyValue
Type: SystemInt64

Return Value

Type: Int64
See Also