GetColumnCount Function (Table)

Class

Table.

Action

Returns the number of columns in a table.

Availability

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

Syntax

iCount = table.GetColumnCount()
Variable Description
iCount The number of columns in the table. INTEGER.

Example

INTEGER iColCount
iColCount = EmpForm.EmpTable.GetColumnCount()