DataGridView.FindRowHandle Method
Name | Parameters | Description |
---|---|---|
Find |
item |
Returns the handle of the Data |
Find |
predicate | Returns the handle of the first row that matches the specified criteria. |
Find |
field |
Searches for the value in the column and returns the handle of the corresponding row. |