ExcelWorksheetDataDecimal Method (Int32, Decimal) |
Returns the content of the nth cell cast to a decimal. If the cell is empty then 'emptyValue' is returned.
Namespace: Test.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public decimal Decimal(
int ordinal,
decimal emptyValue
)
Public Function Decimal (
ordinal As Integer,
emptyValue As Decimal
) As Decimal
public:
Decimal Decimal(
int ordinal,
Decimal emptyValue
)
member Decimal :
ordinal : int *
emptyValue : decimal -> decimal
Parameters
- ordinal
- Type: SystemInt32
- emptyValue
- Type: SystemDecimal
Return Value
Type:
DecimalSee Also