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