Click or drag to resize
SpreadsheetFieldValueGetNFloat Method
Returns the value for the field passed across or null if the field could not be found.

Namespace: Test.Framework
Assembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<float> GetNFloat(
	string fieldName
)

Parameters

fieldName
Type: SystemString

Return Value

Type: NullableSingle
See Also