Table.getSelectedRows

Gets the selected rows of the table by initializing **selected with the selected row numbers. This array should be freed by the caller.

class Table
int
getSelectedRows
(
out int[] selected
)

Parameters

selected int[]

a gint** that is to contain the selected row numbers

Return Value

Type: int

a gint representing the number of selected rows, or zero if value does not implement this interface.

Meta