ExcelWorksheetDataFloat Method (String, Single) |
Returns the content of the cell at columnName cast to a float. 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 float Float(
string columnName,
float emptyValue
)
Public Function Float (
columnName As String,
emptyValue As Single
) As Single
public:
float Float(
String^ columnName,
float emptyValue
)
member Float :
columnName : string *
emptyValue : float32 -> float32
Parameters
- columnName
- Type: SystemString
- emptyValue
- Type: SystemSingle
Return Value
Type:
SingleSee Also