TableIF.getColumnAtIndex

Gets a #gint representing the column at the specified @index_.

More...
interface TableIF
int
getColumnAtIndex
(
int index
)

Parameters

index int

a #gint representing an index in @table

Return Value

Type: int

a gint representing the column at the specified index, or -1 if the table does not implement this method.

Detailed Description

Deprecated: Since 2.12.

Meta