'Declaration
Public Overloads Overridable Function SetData( _
ByVal row As System.Integer, _
ByVal colName As System.String, _
ByVal value As System.Object _
) As System.Boolean
public virtual System.bool SetData(
System.int row,
System.string colName,
System.object value
)