Image placing to fit cells
Posted: Wed Sep 09, 2015 11:55 pm
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
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