property Column.Index as Long
Returns index of the object within the collection.

TypeDescription
Long A Long expression that specifies the index of the Column object in the data Columns collection.
The Index property is 0-based, so the first added column has 0 as index. The Index property is read-only, and it is assigned by the control once the data is loaded to the control.