SetUserData(Int32,Int32,Object) Method
In This Topic
Syntax
'Declaration
Public Overloads Overridable Sub SetUserData( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Object _
)
public virtual void SetUserData(
System.int ,
System.int ,
System.object
)
Parameters
- row
- col
- data
See Also