Adding big graphics

Hi,

Is it possible to do AddBitmap() with a bitmap spanning several cells? I want to put a graphic on a grid which is bigger than a cell without changing row/column sizes. A simple test shows the graphic clipped to the cell specified in AddBitmap. How can it be done?

Regards

Fernando

Have you considered cell merging for this and add the bitmap to the topleft cell of the merged cells?