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.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public decimal Decimal(
string columnName,
decimal emptyValue
)
Public Function Decimal (
columnName As String,
emptyValue As Decimal
) As Decimal
public:
Decimal Decimal(
String^ columnName,
Decimal emptyValue
)
member Decimal :
columnName : string *
emptyValue : decimal -> decimal
Parameters
- columnName
- Type: SystemString
- emptyValue
- Type: SystemDecimal
Return Value
Type:
DecimalSee Also