Action
Returns the number of columns currently displayed on the screen for a table.
Availability
This functionality is supported only if you are using the Classic Agent.
Syntax
iCount = table.GetVisibleColumnCount()
Variable
|
Description
|
iCount
|
The number of visible columns.
INTEGER.
|
Example
INTEGER iCount
iCount = Prod.ProdTable.GetVisibleColumnCount()