Click or drag to resize
ExcelWorksheetDataDecimal Method (String, Decimal)
Returns the content of the cell at columnName 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(
	string columnName,
	decimal emptyValue
)

Parameters

columnName
Type: SystemString
emptyValue
Type: SystemDecimal

Return Value

Type: Decimal
See Also