データソースのない datagridview を持つプロジェクトで作業する必要があります。また、vb.netで行われます。特定の列の各行をループして特定のデータを見つけ、そのレコードに焦点を合わせたいと考えています。
For Each item As C1.Win.C1FlexGrid.Row In myDataGrid.Rows
' something like searchFor/contains
' (no idea, can't find the right way to search) for mySpecificData
Next
よろしくお願いします。