GetColumnName Function (Table)

Class

Table.

Action

Returns the name (header) of a column in a table.

Availability

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

Syntax

sName = table.GetColumnName (Column)
Variable Description
sName The name of the column. STRING.
Column The column. INTEGER.

Example

STRING sName
sName = EmpForm.EmpTable.GetColumnName(2)