GetColumnName Method (JTable)

Class

JTable class

Action

Returns the name of the column at the specified index.

Syntax

sColumnName = table.GetColumnName(column)
Variable Description
sColumnName The name of the column. STRING.
column The index of the column. The value is one-based. INTEGER.

Examples

STRING sColumnName = Table.GetColumnName(5)