Hello Praveen,
Using following code I am able to get a better image in the span. I Figured out that, on increasing the span size the image does show up correctly and changing the format of the image also affects the output.
fpSpread1.AddCellSpan 2, 2, 3, 1
fpSpread1.Col = 2
fpSpread1.Row = 2
fpSpread1.CellType = CellTypePicture
fpSpread1.TypePictPicture = fpSpread1.LoadPicture("D:\Books\Pics\Signatures\sign1.bmp", PictureTypeBMP)
fpSpread1.TypePictCenter = True
fpSpread1.TypePictStretch = True
fpSpread1.TypePictMaintainScale = True
fpSpread1.RowHeight(2) = 60
fpSpread1.ColWidth(2) = 25
I have attached a JPEG image as an output for the above code, let me know if it helps you.
Thanks,
Deepak Sharma
GrapeCity FarPoint