SetData(Int32,Int32,Object) Method
In This Topic
Syntax
'Declaration
Public Overloads Overridable Function SetData( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Object _
) As System.Boolean
public virtual System.bool SetData(
System.int ,
System.int ,
System.object
)
Parameters
- row
- col
- value
See Also