Move image when columns are deleted II

LC,

I have a worksheet with an existing image. When I manually delete the columns, the image would automatically shift to the left. However, through the code when I delete the columns, the image would remain at the initial position. Is there a way to move this image along w/ the deleted columns?

-J

Please try this attached version.

LC,

Our project is 95% complete and so, would it be possible to provide this "fix" in aspose.excel?

Greatly appreciated.

-J

Aspose.Excel is upgraded to Aspose.Cells. It's easy to update your program:

1. Remove the reference to Aspose.Excel and add the reference to Aspose.Cells.

2. Find all "Aspose.Excel" string in your application and replace it with "Aspose.Cells".