Method GetFloat
GetFloat(int, string)
Gets the specified float value.
public float? GetFloat(int rowIndex, string columnName)
Parameters
rowIndexintThe index of the row to query.
columnNamestringThe name/label of the column to query.
Returns
- float?
The associated value. null if no value is set.
GetFloat(int, int)
Gets the specified float value.
public float? GetFloat(int rowIndex, int columnIndex)
Parameters
Returns
- float?
The associated value. null if no value is set.