Table.getColumnAtIndex

Gets a gint representing the column at the specified index_.

class Table
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 interface

Meta