Why you return index of column in GridColumnsResizedEvent.getColumn? How to

Why you return index of column in GridColumnsResizedEvent.getColumn?
How to use this, if all column getting from grid use id system?

Frankly speaking, I do not remember. But you can pick the nth column from the list of columns easily with grid.getColumns().get(column)