Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
How to Get SelPos column
I want to get the column that I am in when I right-click.
Cant see any property to get the column.
I can do if I right-click on the heading, as it is passed to the event, but I want to get it when on the body of the table.
Any ideas?
Cant see any property to get the column.
I can do if I right-click on the heading, as it is passed to the event, but I want to get it when on the body of the table.
Any ideas?
Comments
Column is not passed, nor from what I can see it obtainable in a property.
Second parameter tells you it's a right versus a left. Third tells you the column.
Or are you right clicking somewhere else?
Let me go and figure out what my brain was thinking