SpreadSheetAddImage

2010-08-17 Thread Ben S
Hi, Did anyone ever use SpreadSheetAddImage()? I am trying to use this format startXPosition,startYPosition,endXPosition,endYPositions,startRow,startColumn,endRow,endColumn for the anchor but it seems to completely ignore the X and Y positions. From the Adobe doc description specifies

Re: SpreadSheetAddImage

2010-08-17 Thread Michael Grant
SpreadSheetAddImage()? I am trying to use this format startXPosition,startYPosition,endXPosition,endYPositions,startRow,startColumn,endRow,endColumn for the anchor but it seems to completely ignore the X and Y positions. From the Adobe doc description specifies the positions in the cell, using pixel X

Re: SpreadSheetAddImage

2010-08-17 Thread benjamin schwartz
Hey Michael, Thank you for your answer, I also tried it like this : cfset SpreadSheetAddImage(sObj, image, jpg, 4,4,54,54,1,1,1,2) but it seems to ignore it as well. What throws me off is that the adobe doc says : startRow,startColumn,endRow,endColumn startXPosition,startYPosition