BCGSuite for MFC
void CBCGPGridRow::SetData ( DWORD_PTR  dwData)
inline

Sets a user-defined data to the row.

You can associate a DWORD_PTR value with the row. Later, you can search the grid control by this data using CBCGPGridCtrl::FindRowByData.

Parameters
dwDataA value to be associated with the row.