ExcelWorksheetDataNLong Method (String) |
Returns the content of the cell at columnName cast to a nullable long.
Namespace: Test.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<long> NLong(
string columnName
)
Public Function NLong (
columnName As String
) As Nullable(Of Long)
public:
Nullable<long long> NLong(
String^ columnName
)
member NLong :
columnName : string -> Nullable<int64>
Parameters
- columnName
- Type: SystemString
Return Value
Type:
NullableInt64See Also