Page 1 of 1

Image placing to fit cells

Posted: Wed Sep 09, 2015 11:55 pm
by andreylindenau
Hi Lars,

I have following code:
1 Image := XLS[0].Drawing.InsertImage(UseFile,1, 1, 0, 0, 1);
2 Image.Col1 := 5;
3 Image.Row1 := 5;
4 Image.Col2 := 8;
5 Image.Col2Offs := 0;
6 Image.Row2 := 7;
7 Image.Row2Offs := 0;

Image placed correctly by first line to row 1 and col 1
No matter what I put in lines 2 to 7 - image position and size is not changing.
Using XLSReadWriteII 5.0 - 5.20.10

Re: Image placing to fit cells

Posted: Mon Sep 14, 2015 9:41 am
by larsa
Hello

Update to the latest update. You version is old. Current version is 5.20.58