ExcelWorksheetDataNLong Method (Int32) |
Returns the content of the nth cell 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(
int ordinal
)
Public Function NLong (
ordinal As Integer
) As Nullable(Of Long)
public:
Nullable<long long> NLong(
int ordinal
)
member NLong :
ordinal : int -> Nullable<int64>
Parameters
- ordinal
- Type: SystemInt32
Return Value
Type:
NullableInt64See Also