Hi all
I'm using the UltraGridExcelExporter and trying to set the font used in the excel workbook created to Verdana from the default Segoe UI, but with no luck yet.
I've tried setting the font on the grid itself and also in the initializerow event of the Exporter but neither seem to work.
Can anyone help me out here?
You can't set the default font of the workbook. You should be able to apply an appearance to any object in the export layout and have it export correctly, though. It depends, of course, on what grid objects you are looking at, though, and which ones already have font's applied to them.
Thanks for your very quick reply Mike. Your comments lead me to the fact that I am using an appstyle which overrides any appearance set in BeginExport. I just added a new StyleSet so it now works perfectly