GetUserData(Int32,Int32) Method
In This Topic
Gets user data associated with a cell.
Syntax
'Declaration
Public Overloads Overridable Function GetUserData( _
ByVal As Integer, _
ByVal As Integer _
) As Object
public virtual object GetUserData(
int ,
int
)
Parameters
- row
- Row index.
- col
- Column index.
Return Value
Object associated with the cell.
See Also