Hi.
Winforms, c#, .net core 6, VS2022.
I googled to discover, in a very old post, that a gridview was only capable of exporting data from the whole grid unless a flag was set for it to ignore hidden columns/rows.
So I decided to hide columns/rows whilst exporting, then restore the original view afterwards.
But. Is there a clean method to retrieve the start/end column/row indexes or do I have to laboriously step through selected cells to find min/max index values for each cell?
Thanks in advance :)