SetData Method (RowWithDetails)
Sets the value stored in this row at a given column.
'Declaration
Protected Overridable Function SetData( _
ByVal As Column, _
ByVal As Object _
) As Boolean
Parameters
- col
- Column that contains the value.
- value
- Value to store in the cell.
Return Value
True if a new value was successfully stored in the cell.