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
set t [hw::GetT]
set activetableHandle [hwi GetActiveClientHandle ch$t]
set indexColumnAX [$activetableHandle GetColumnIndex AX]
Errors
Success (0) or an error message is returned.