[]
Selects a row by the specified value.
void Select(object value, string columnName, int startRowIndex = 0)
| Type | Name | Description |
|---|---|---|
| object | value | The value to select. |
| string | columnName | The column in which to search for the specified value. |
| int | startRowIndex | Index of the row where the search should start. |
The view will try to find the specified value and select the first row containing it.