get_selected_rows
Description:
public Array<
int>
get_selected_rows ()
throws Error
Queries a table for a list of indices of rows which are currently selected.
Parameters:
this |
a pointer to the Table implementor on which to operate.
|
Returns:
an array of int values, specifying which rows are currently selected.
|