GetSelRows Function (Table)

Class

Table.

Action

Returns the selected rows in a table.

Availability

This functionality is supported only if you are using the Classic Agent.

Syntax

liSelRows = table.GetSelRows( )
Variable Description
liSelRows The selected rows. LIST OF INTEGER.

Example

LIST OF INTEGER liRows
liRows = Emp.EmpTable.GetSelRows()
// Returns:
// {2, 3, 4}