Quote Originally Posted by ChenLin View Post
@Krool:

How to get the column index value according to the column heading, and not affected by drag and drop.
When you populate your grid use .ColKey to define the column headings as keys.
After you messed up the grid with drag drop you can use .ColIndex(Key) to get the related column index.