Table.getColumnHeader

Gets the column header of a specified column in an accessible table.

class Table
getColumnHeader
(
int column
)

Parameters

column int

a gint representing a column in the table

Return Value

Type: ObjectAtk

a AtkObject* representing the specified column header, or NULL if value does not implement this interface. [transfer none]

Meta