| CBCGPGridRow* CBCGPGridCtrl::FindRowByData | ( | DWORD_PTR | dwData, |
| BOOL | bSearchSubItems = TRUE |
||
| ) | const |
Finds a row by user-defined data.
Use this method to find a row by user-defined data. You can associate a row with data passing a DWORD value in constructor of CBCGPGridRow object or using the CBCGPGridRow::SetData method.
| dwData | Specifies the value to look for. |
| bSearchSubItems | If TRUE, the grid control will search subitems for the row with specified data. |