FlexGrid for WinForms
SetUserData(Int32,Int32,Object) Method



Row index.
Column index.
User data to assign to the cell.
Assigns user data to a cell.
Syntax
'Declaration
 
Public Overloads Overridable Sub SetUserData( _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal data As Object _
) 
'Usage
 
Dim instance As C1FlexGridBase
Dim row As Integer
Dim col As Integer
Dim data As Object
 
instance.SetUserData(row, col, data)
public virtual void SetUserData( 
   int row,
   int col,
   object data
)
public:
virtual void SetUserData( 
   int row,
   int col,
   Object^ data
) 

Parameters

row
Row index.
col
Column index.
data
User data to assign to 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