DataGridView.FindRowHandle Method
Name | Parameters | Description |
---|---|---|
FindRowHandle(Object) | item | Returns the handle of the DataGridView row that corresponds to a data object passed in the parameters. |
FindRowHandle(Predicate<Object>) | predicate | Returns the handle of the first row that matches the specified criteria. |
FindRowHandle(String, Object) | fieldName, value | Searches for the value in the column and returns the handle of the corresponding row. |