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