GetVisibleRowCount Function

Class

Table.

Action

Returns the number of rows currently displayed on the screen for a table.

Availability

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

Syntax

iCount = table.GetVisibleRowCount()
Variable Description
iCount The number of visible rows. INTEGER.

Example

INTEGER iCount
iCount = Prod.ProdTable.GetVisibleRowCount()