tblITableEditor GetColumnName

Returns the name of a column.

Syntax

tblITableEditor_handle GetColumnName columnindex

Application

Tcl Query

Description

This command returns the name of the column for a given column index.

Inputs

columnindex
Index of the column.

Example

Get the column index (50) from the column name (AX) and save it in a variable:
set t [hw::GetT]
set activetableHandle [hwi GetActiveClientHandle ch$t]
set indexColumnAX [$activetableHandle GetColumnIndex AX]

Errors

Success (0) or an error message is returned.