[ Version ( deprecated = true ) ]
public abstract int get_column_at_index (int index_)
Warning: get_column_at_index is deprecated.
Gets a int representing the column at the specified index_
.
Since 2.12.
this |
a GObject instance that implements AtkTableInterface |
index_ |
a int representing an index in this |
a gint representing the column at the specified index, or -1 if the table does not implement this method. |