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