GetLeftVisibleColumn Function

Class

Table.

Action

Returns the 1-based index value for the left-most displayed column for a table.

Availability

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

Syntax

iIndex = table.GetLeftVisibleColumn()
Variable Description
iIndex The index for the left-most displayed column. INTEGER.

Example

Print (Prod.ProdTable.GetLeftVisibleColumn ())

 // Result:

 // 3 if the third column in the table is currently the first one displayed.