FlexGrid for WinForms
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
'Usage
 
Dim instance As C1FlexGridBase
Dim row As Integer
Dim colName As String
Dim value As Object
 
value = instance.GetUserData(row, colName)
public virtual object GetUserData( 
   int row,
   string colName
)
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback