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.32k stars 390 forks source link

FreezeRow IndexError #498

Open qingdao05 opened 1 year ago

qingdao05 commented 1 year ago

The below VB.NET code gives IndexError.

sheet.Rows = 10 sheet.FreezeToCell(1, 0, FreezeArea.Top) sheet.Rows = 1

Edition

Environment