Search found 2 matches

by andreylindenau
Wed Sep 09, 2015 11:55 pm
Forum: XLSReadWritwII 6
Topic: Image placing to fit cells
Replies: 1
Views: 2423

Image placing to fit cells

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 line...
by andreylindenau
Mon Jul 11, 2011 11:49 pm
Forum: XLSReadWriteII 3/4/5
Topic: Unknown name error
Replies: 0
Views: 2829

Unknown name error

using XLSReadWriteII4 with BDS2006 Assigning formula XLS.Sheets[0].asFormula[i,RowCounter-1] := 'C10 + D10 + E10 + F10'; Rowcounter = 10 i = 14 Getting Error : Unknown name C10 The code used to work fine with using XLSReadWriteII2. Tried to make formula '(C10 + D10 + E10 + F10)' and 'Sum(C10 + D10 +...