Can this control be printed or can a print preview be generated? If so, is there a code sample for it? Thanks.
Also, how can I access the excel object model from the UltraSpreadsheet object?
Hi Rudy,You can get access to the excel object model through this.ultraSpreadsheet1.Workbook if that is what something you are looking for.We don't have a Print/Print Preview option for spreadsheet. But a workaround that you may try is save the spreadsheet workbook into an excel file, load the saved excel file on to Microsoft.Office.Tools.Excel workbook and try doing a Print Preview of that.
Thanks,Josheela