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.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public long Long(
string columnName,
long emptyValue
)
Public Function Long (
columnName As String,
emptyValue As Long
) As Long
public:
long long Long(
String^ columnName,
long long emptyValue
)
member Long :
columnName : string *
emptyValue : int64 -> int64
Parameters
- columnName
- Type: SystemString
- emptyValue
- Type: SystemInt64
Return Value
Type:
Int64See Also