unvell / ReoGrid

Fast and powerful .NET spreadsheet component, support data format, freeze, outline, formula calculation, chart, script execution and etc. Compatible with Excel 2007 (.xlsx) format and working on .NET 3.5 (or client profile), WPF and Android platform.
https://reogrid.net
MIT License
1.31k stars 390 forks source link

Cell #491

Open ZengJunHua8203 opened 1 year ago

ZengJunHua8203 commented 1 year ago

How do I get columns based on XY coordinates

ZengJunHua8203 commented 1 year ago

Will reogrid support this method ? GetPosByPoint(Point p)

jingwood commented 1 year ago

No, currently there are no public methods that provide this feature. Since the cell's position can change due to scrolling, zooming, and freezing, coordinate translation is a complex process that can only be performed within ReoGrid.