Click or drag to resize
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.Framework
Assembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public decimal Decimal(
	int ordinal,
	decimal emptyValue
)

Parameters

ordinal
Type: SystemInt32
emptyValue
Type: SystemDecimal

Return Value

Type: Decimal
See Also