ExcelWorksheetDataFloat Method (Int32, Single) |
Returns the content of the nth cell 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(
int ordinal,
float emptyValue
)
Public Function Float (
ordinal As Integer,
emptyValue As Single
) As Single
public:
float Float(
int ordinal,
float emptyValue
)
member Float :
ordinal : int *
emptyValue : float32 -> float32
Parameters
- ordinal
- Type: SystemInt32
- emptyValue
- Type: SystemSingle
Return Value
Type:
SingleSee Also