[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGridBase.GetUserData

GetUserData Method

GetUserData(int, int)

Gets user data associated with a cell.

Declaration
public virtual object GetUserData(int row, int col)
Parameters
Type Name Description
int row

Row index.

int col

Column index.

Returns
Type Description
object

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.

GetUserData(int, string)

Gets user data associated with a cell.

Declaration
public virtual object GetUserData(int row, string colName)
Parameters
Type Name Description
int row

Row index.

string colName

Column name.

Returns
Type Description
object

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.