ExcelWorksheetDataNDouble Method (Int32) |
Returns the content of the nth cell cast to a nullable double.
Namespace: Test.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<double> NDouble(
int ordinal
)
Public Function NDouble (
ordinal As Integer
) As Nullable(Of Double)
public:
Nullable<double> NDouble(
int ordinal
)
member NDouble :
ordinal : int -> Nullable<float>
Parameters
- ordinal
- Type: SystemInt32
Return Value
Type:
NullableDoubleSee Also