set_value_at
Description:
public virtual bool set_value_at (
int col,
Value value)
throws Error
Sets a value in this, at the column specified by col
Parameters:
this |
a DataModelIter object
|
col |
the column number
|
value |
a Value (not null)
|
Returns:
TRUE if no error occurred
|