SetUnboundValue Method (RowWithDetails)
Assigns an unbound value to this row at a given column.
'Declaration
Protected Function SetUnboundValue( _
ByVal As Column, _
ByVal As Object _
) As Boolean
Parameters
- col
- Column that contains the value.
- value
- Unbound value to be stored at the given column.
Return Value
True if the value was stored successfully.