Search found 6 matches

by mreinoldki
Mon Jun 25, 2007 8:53 am
Forum: XLSReadWriteII 3/4/5
Topic: Rows[liRow].PixelHeight don't work!
Replies: 5
Views: 5606

Hello Lars, I modified your Source from procedure TXLSRow.SetPixelHeight(const Value: integer); var F: TFont; begin F := TFont.Create; try FFormats.Fonts[0].CopyToTFont(F); FHeight := -Round((Value / (F.Height / F.Size)) * 20); finally F.Free; end; end; to procedure TXLSRow.SetPixelHeight(const Valu...
by mreinoldki
Thu Jun 21, 2007 12:04 pm
Forum: XLSReadWriteII 3/4/5
Topic: Rows[liRow].PixelHeight don't work!
Replies: 5
Views: 5606

What is wrong in this code?
Please, can you give me an example?
by mreinoldki
Mon Jun 04, 2007 7:51 am
Forum: XLSReadWriteII 3/4/5
Topic: Rows[liRow].PixelHeight don't work!
Replies: 5
Views: 5606

procedure TForm1.Button2Click(Sender: TObject); var lXLSReadWriteII21: TXLSReadWriteII2; liCol: integer; liRow: integer; lsFilename: string; begin lsFilename := 'c:\temp\XLSTest.xls'; lXLSReadWriteII21 := TXLSReadWriteII2.Create(self); try lXLSReadWriteII21.Filename := lsFilename; for liRow := 0 to...
by mreinoldki
Fri May 25, 2007 6:47 am
Forum: XLSReadWriteII 3/4/5
Topic: Rows[liRow].PixelHeight don't work!
Replies: 5
Views: 5606

Rows[liRow].PixelHeight don't work!

I'm using version 3.01.02 of XLSReadWriteII 3.0.

The code
lXLSReadWriteII21.Sheets[0].Rows[liRow].PixelHeight := 200;
don't have any effect. It doesn't work!


lXLSReadWriteII21.Sheets[0].Rows[liRow].Height := 400;
works...

Regards,

mrk
by mreinoldki
Fri May 25, 2007 6:32 am
Forum: XLSReadWriteII 3/4/5
Topic: import image with individual aspect ratio?
Replies: 3
Views: 3829

I know, how to place pictures, but I have to place quadratically pictures on a rectangulary cell with korrect aspect ratio!!!!.

In other words: how to place more than one picture on one cell?
And how to korrekt the aspect ratio of each one of the pictures?

Regards,

mrk
by mreinoldki
Thu May 24, 2007 6:52 am
Forum: XLSReadWriteII 3/4/5
Topic: import image with individual aspect ratio?
Replies: 3
Views: 3829

import image with individual aspect ratio?

Is there a way to import an image to a cell with individual aspect ratio?
I have a rectangulary cell and have to place an quadratically image on it.

How to do this?

Regards,

mrk