B
Ben
Hi,
I am writing an ASP.NET application that is using OWC11. I have a template
file that I convert to an excel.xml spreadsheet for use as a template to
OWC11. In my template I have set a print area that repeats as a header for
each page of data. When I load the template and add data to the spreadsheet
and save it to a .xls file via OWC11, the printarea is off. The selected
header is still correct and repeating, but instead of the printarea spanning
columns 1-7 as it was supposed to, it spans 1-5 and then 6-7. I look at the
object browser and see that there is a PrintArea defined inside PageSetup
for the WorkSheetClass, but I can't seem to access it programmatically.
Can anyone tell me how to tweak my template or programmatically access the
PrintArea via OWC11? (If possible)
Thanks,
Ben
I am writing an ASP.NET application that is using OWC11. I have a template
file that I convert to an excel.xml spreadsheet for use as a template to
OWC11. In my template I have set a print area that repeats as a header for
each page of data. When I load the template and add data to the spreadsheet
and save it to a .xls file via OWC11, the printarea is off. The selected
header is still correct and repeating, but instead of the printarea spanning
columns 1-7 as it was supposed to, it spans 1-5 and then 6-7. I look at the
object browser and see that there is a PrintArea defined inside PageSetup
for the WorkSheetClass, but I can't seem to access it programmatically.
Can anyone tell me how to tweak my template or programmatically access the
PrintArea via OWC11? (If possible)
Thanks,
Ben