ExcelWorksheetDataFloat Method (String) |
Returns the content of the cell at columnName cast to a float.
Namespace: Test.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public float Float(
string columnName
)
Public Function Float (
columnName As String
) As Single
public:
float Float(
String^ columnName
)
member Float :
columnName : string -> float32
Parameters
- columnName
- Type: SystemString
Return Value
Type:
SingleSee Also