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 unoidl.com.sun.star.frame.XDispatchHelper =
m_xMSFactory.createInstance("com.sun.star.frame.DispatchHelper")
Dim model As unoidl.com.sun.star.frame.XModel = xSheetDoc
dispatcher.executeDispatch(model.getCurrentController().getFrame(),
".uno:InsertGraphic", "", 0, args1)
I’m crazy about that. So expect for your help.
Thank you first!