[api-dev] help with XSpreadsheet

2009-09-21 Thread Lee
I want to change XSpreadsheet’s header and footer when print. What can i do ? And how can I insert a Graphic into a XSpreadsheet? I know a method below for this question, but I don’t know how to chang the graphic’s size and position. Dim dispatcher As

Re: [api-dev] help with XSpreadsheet

2009-09-21 Thread Cor Nouws
Hi Lee, Lee wrote (21-9-2009 9:01) I want to change XSpreadsheet’s header and footer when print. What can i do ? Header/footer are properties of the page styles. So oPageStyles = oDoc.StyleFamilies.GetByName(PageStyles) is the direction to start. And how can I insert a Graphic into