ComponentOne FlexGrid for WinForms
GetUserData(Int32,String) Method

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

Parameters

row
Row index.
colName
Column name.

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