Action
Returns the 1-based index value for the top-most displayed row for a table.
Availability
This functionality is supported only if you are using the Classic Agent.
Syntax
iIndex = table.GetTopVisibleRow()
Variable
|
Description
|
iIndex
|
The index for the top-most displayed row.
INTEGER.
|
Example
Print (Prod.ProdTable.GetTopVisibleRow ())
// Result:
// 7 if the seventh row in the table is currently the first one displayed.