ExcelWorksheetDataLong Method (Int32) |
Returns the content of the nth cell cast to a long.
Namespace: Test.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public long Long(
int ordinal
)
Public Function Long (
ordinal As Integer
) As Long
public:
long long Long(
int ordinal
)
member Long :
ordinal : int -> int64
Parameters
- ordinal
- Type: SystemInt32
Return Value
Type:
Int64See Also