SpreadsheetFieldValueGetNFloat Method |
Returns the value for the field passed across or null if the field could not be found.
Namespace: Test.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<float> GetNFloat(
string fieldName
)
Public Function GetNFloat (
fieldName As String
) As Nullable(Of Single)
public:
Nullable<float> GetNFloat(
String^ fieldName
)
member GetNFloat :
fieldName : string -> Nullable<float32>
Parameters
- fieldName
- Type: SystemString
Return Value
Type:
NullableSingleSee Also