[ Version ( since = "4.2" ) ]
public abstract bool select_row (int row)
Force the selection of a specific row.
Please note that row
refers to the "visible" row at the time it's being called, which may change if the widget implementing
this interface uses a DataProxy (as is the case for example for the
RawForm, Form, RawGrid and
Grid).
this |
an object which implements the DataSelector interface |
row |
the row to select |
true if the row has been selected |