Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
295
How to find out the number of visible columns?
posted

It is easy to find out that a leftmost column is selected:

grid.ActiveCell.Field.ActualPosition.Column == 0

Is there an easy way to do the same about the rightmost column?