Freeze panes in excel

Stimulsoft Reports.NET discussion
Post Reply
vella
Posts: 5
Joined: Fri Aug 31, 2012 4:09 pm

Freeze panes in excel

Post by vella »

Hello,
is it possible to freeze row and cells in excel report?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Freeze panes in excel

Post by HighAley »

Hello.

Yes, you could do it in the Excel2007 and ExcelXml exports.
At first you should set on of the next properties or both:

Code: Select all

StiOptions.Export.Excel2007.AllowFreezePanes = true;
StiOptions.Export.ExcelXml.AllowFreezePanes = true;
Then you should choose the component which bottom left conner will be frozen and set one of next properties:
  • The Lock property should be set to True.
  • The Tag property should be set to excelfreezepanes.
Thank you.
Post Reply