Stores a float value in the TableRow 's specified column. The column may be specified by either its ID or title. @webref tablerow:method @webBrief Store a float value in the specified column @param column ID number of the target column @param value value to assign @see TableRow#
(int column, float value)
| 159 | * @see TableRow#setString(int, String) |
| 160 | */ |
| 161 | public void setFloat(int column, float value); |
| 162 | |
| 163 | /** |
| 164 | * @param columnName title of the target column |
no outgoing calls
no test coverage detected