ComponentOne FlexGrid for WinForms
GetUserData(Int32,Int32) Method

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class > GetUserData Method : GetUserData(Int32,Int32) Method
Row index.
Column index.
Gets user data associated with a cell.
Syntax
'Declaration
 
Public Overloads Overridable Function GetUserData( _
   ByVal row As Integer, _
   ByVal col As Integer _
) As Object
public virtual object GetUserData( 
   int row,
   int col
)

Parameters

row
Row index.
col
Column index.

Return Value

Object associated with the cell.
Remarks
The user data is not used internally by the grid. It is reserved for additional data that you may want to associate with a cell.
See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members
Overload List