Freeze panes in excel
Posted: Fri Aug 31, 2012 4:54 pm
Hello,
is it possible to freeze row and cells in excel report?
is it possible to freeze row and cells in excel report?
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
https://forum.stimulsoft.com/
Code: Select all
StiOptions.Export.Excel2007.AllowFreezePanes = true;
StiOptions.Export.ExcelXml.AllowFreezePanes = true;