Hi,
I want to export the grid content to a excel file and I used the class Workbook and UltraGridExcelExporter to do this. And I want to set the PageSetup for the workbook. I found I could do this like this:
workbook.WindowOptions.SelectedWorksheet.PrintOptions.Header = this._reportName + " " + "&[Page] of &[Pages]";
Actually I want to set the "left header", "middle header" and "right header" in the print preview. The excel com classes provide these options. Please check:http://devcenter.infragistics.com/Articles/ArticleTemplate.Aspx?ArticleID=2148
But I can't achieve this by infragistics excel export functions. Please help.
thanks
Our installers allow you to install help, which is all locally installed and can be accessed when offline.
Much Thanks. This really helps me.
Is there any off line documentation for download?
As the documentation for the Header property states here, you would preface the left, center, and right header areas by &L, &C, and &R, respectively, so that all sections are defined in the same string.