In the Crystal Reports 2008 application, when I select to export a report to Microsoft Excel format, I get a dialog that allows me select 'Excel Format Options'. One particular option that can be configured is the column width, which has a radio button option of 'Column width based on objects in the:' and then a selection of options.
In my C# application I have created an instance of ExcelFormatOptions class, but cannot see a property that corresponds to this above 'Column width based on objects in the:'. How do I set this in my application?
I am using Visual Studio 2008 along with the Crystal Reports 2008 SP3 runtime on a Windows 7 Professional 32-bit machine.
Thanks for your help.